Files
OpenBK7231T_App/src/quicktick.h
btsimonh b13ac8efb3 Implementation of GPI interrupts on Beken.
You can enable them for testing by setting
#define BEKEN_PIN_GPI_INTERRUPTS
in quicktick.h
Also changes MQTT triggering to trigger a single read cycle even if multiple MQTT messages arrive before they are serviced.
2022-12-17 09:24:25 +00:00

8 lines
191 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