add accelerometer interrupt counter (#452)

This commit is contained in:
Jose Castillo
2024-09-17 20:38:09 -04:00
committed by GitHub
parent bf4d461d8c
commit fc2f9c5130
5 changed files with 225 additions and 2 deletions

View File

@@ -116,6 +116,7 @@
#include "simple_calculator_face.h"
#include "alarm_thermometer_face.h"
#include "beeps_face.h"
#include "accel_interrupt_count_face.h"
// New includes go above this line.
#endif // MOVEMENT_FACES_H_