Refactor dds into dds and fgen

driver module started
This commit is contained in:
2025-06-20 18:02:50 -05:00
parent 658cedfa3b
commit 0556b06cab
22 changed files with 299 additions and 466 deletions

View File

@@ -35,9 +35,9 @@
#define KEY_TIMER_PERIOD_MS 10 //pdMS_TO_TICKS(25) //25mS
//Key Press Parameters
#define KEY_SHORT_PRESS_MIN_TICKS 5 //50mS
#define KEY_SHORT_PRESS_MAX_TICKS 49 //490mS
#define KEY_LONG_PRESS_TICKS 50 //500mS
#define KEY_SHORT_PRESS_MIN_TICKS 50 //50mS
#define KEY_SHORT_PRESS_MAX_TICKS 490 //490mS
#define KEY_LONG_PRESS_TICKS 500 //500mS
//Key Aliases