From: Matheus Afonso Martins Moreira Date: Sat, 7 Sep 2024 23:53:08 +0000 (-0300) Subject: Merge PR #386 - add beep demo face X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=6d1d4f0594d6457c7c8835c515065cda39e84f7a;p=sensor-watch.git Merge PR #386 - add beep demo face Allows the user manually trigger all 87 buzzer notes. Reviewed-by: Matheus Afonso Martins Moreira Tested-on-hardware-by: Wesley Black GitHub-Pull-Request: https://github.com/joeycastillo/Sensor-Watch/pull/386 --- 6d1d4f0594d6457c7c8835c515065cda39e84f7a diff --cc movement/movement_faces.h index 392075b,76bf023..075f1a2 --- a/movement/movement_faces.h +++ b/movement/movement_faces.h @@@ -104,16 -104,7 +104,17 @@@ #include "minute_repeater_decimal_face.h" #include "tuning_tones_face.h" #include "kitchen_conversions_face.h" +#include "wordle_face.h" +#include "endless_runner_face.h" +#include "periodic_face.h" +#include "deadline_face.h" +#include "higher_lower_game_face.h" +#include "french_revolutionary_face.h" +#include "minimal_clock_face.h" +#include "simon_face.h" +#include "simple_calculator_face.h" +#include "alarm_thermometer_face.h" + #include "beeps_face.h" // New includes go above this line. #endif // MOVEMENT_FACES_H_