This commit is contained in:
Rob Ekl 2026-04-20 13:21:24 +00:00 committed by GitHub
commit b4daa10ca5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,6 +4,10 @@
#include <Arduino.h>
#include <helpers/NRF52Board.h>
#ifndef USER_BTN_PRESSED
#define USER_BTN_PRESSED LOW
#endif
class T1000eBoard : public NRF52BoardDCDC {
protected:
uint8_t btn_prev_state;