Files
OpenBK7231T_App/src/quicktick.h
2023-04-14 21:57:32 +02:00

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;