diff options
author | Joey Castillo <jose.castillo@gmail.com> | 2021-10-29 10:36:51 -0400 |
---|---|---|
committer | Joey Castillo <jose.castillo@gmail.com> | 2021-10-29 10:36:51 -0400 |
commit | 88281ef53f98613683b73d3d0dfc5dcf56f2669a (patch) | |
tree | 3cd233e5411fcfaa34d796fac0ff4258f2554ade /movement/movement.h | |
parent | a4e281f76dd29abd3abd1398409a98d99287eb2b (diff) | |
download | Sensor-Watch-halloween.tar.gz Sensor-Watch-halloween.tar.bz2 Sensor-Watch-halloween.zip |
halloween demohalloween
Diffstat (limited to 'movement/movement.h')
-rw-r--r-- | movement/movement.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/movement/movement.h b/movement/movement.h index cb162b95..8162c065 100644 --- a/movement/movement.h +++ b/movement/movement.h @@ -180,6 +180,10 @@ typedef struct { uint8_t tick_frequency; uint8_t last_second; uint8_t subsecond; + + // halloween stuff :) + bool play_song; + uint8_t note_count; } movement_state_t; void movement_move_to_face(uint8_t watch_face_index); |