Merge PR #398 - add simon game watch face

Adds a watch face that allows playing the classic Simon game
with the watch's buzzer and RGB LED.

Reviewed-by: Matheus Afonso Martins Moreira <matheus@matheusmoreira.com>
GitHub-Pull-Request: https://github.com/joeycastillo/Sensor-Watch/pull/398
This commit is contained in:
Matheus Afonso Martins Moreira
2024-09-07 20:28:45 -03:00
5 changed files with 462 additions and 0 deletions

View File

@@ -111,6 +111,7 @@
#include "higher_lower_game_face.h"
#include "french_revolutionary_face.h"
#include "minimal_clock_face.h"
#include "simon_face.h"
// New includes go above this line.
#endif // MOVEMENT_FACES_H_