diff options
author | Joey Castillo <jose.castillo@gmail.com> | 2021-10-18 15:36:39 -0400 |
---|---|---|
committer | Joey Castillo <jose.castillo@gmail.com> | 2021-10-18 15:36:39 -0400 |
commit | 32710098577c982123d9391132165c0b02a57482 (patch) | |
tree | a436486725b8bc138680e5008f38dc8107f04fe4 /movement/README.md | |
parent | 77951ccda1d11caa9a53214cefcceb9a9c6e7a76 (diff) | |
download | Sensor-Watch-32710098577c982123d9391132165c0b02a57482.tar.gz Sensor-Watch-32710098577c982123d9391132165c0b02a57482.tar.bz2 Sensor-Watch-32710098577c982123d9391132165c0b02a57482.zip |
fix typos
Diffstat (limited to 'movement/README.md')
-rw-r--r-- | movement/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/movement/README.md b/movement/README.md index 8b3d478a..e4eeb1c4 100644 --- a/movement/README.md +++ b/movement/README.md @@ -61,7 +61,7 @@ You should set up a switch statement that handles, at the very least, the `EVENT ### watch_face_resign -This function is called just before your watch face goes off screen. You should disable any peripherals you enabled in `watch_face_activate`. If you requested an tick frequency other than 1 Hz at any point in your code, **you must reset it to 1 Hz when you resign**. It is passed the same settings and context as the other functions. +This function is called just before your watch face goes off screen. You should disable any peripherals you enabled in `watch_face_activate`. If you requested a tick frequency other than 1 Hz at any point in your code, **you must reset it to 1 Hz when you resign**. The watch_face_resign function is passed the same settings and context as the other functions. Putting it into practice: the Pulsometer watch face --------------------------------------------------- |