mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2026-03-12 18:39:49 +00:00
9 lines
226 B
C
9 lines
226 B
C
|
|
|
|
#define QUICK_TMR_DURATION 25 // Delay (in ms) between button scan iterations
|
|
|
|
// define this to use edge based GPI interrupts to drive Pin_ticks()
|
|
//#define BEKEN_PIN_GPI_INTERRUPTS
|
|
|
|
extern unsigned int g_deltaTimeMS;
|