Merge branch 'ds1307_NVRAM'

This commit is contained in:
StefansE
2026-04-03 19:03:28 +02:00
12 changed files with 198 additions and 10 deletions

View File

@@ -16,6 +16,8 @@ typedef enum {
com_setColour_minute,
com_setColour_second,
com_setColour_background,
com_readNV,
com_writeNV,
com_MAX_command
} commands_e;