mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
Merge 080c613497 into dee3e26ac0
This commit is contained in:
commit
b4daa10ca5
1 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue