main firmware: fix eeprom reliability, add more LED programs

This commit is contained in:
true
2023-08-05 00:59:48 -07:00
parent f475596dcc
commit 60bd8d88b7
6 changed files with 413 additions and 81 deletions

View File

@@ -155,6 +155,7 @@ typedef struct adxl345_axes {
extern adxl345_axes adxl;
extern adxl345_axes adxl_summing;
extern uint16_t movement_worst;