Refactor dds into dds and fgen
driver module started
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user