Update BPF pins

This commit is contained in:
lewisxhe 2024-08-07 17:29:31 +08:00
commit 2ba44e2101
135 changed files with 14085 additions and 630 deletions

View file

@ -4,7 +4,7 @@
* @license MIT
* @copyright Copyright (c) 2024 ShenZhen XinYuan Electronic Technology Co., Ltd
* @date 2024-04-25
*
* @last-update 2024-08-07
*/
#pragma once
@ -60,7 +60,7 @@ typedef struct {
} DevInfo_t;
void setupBoards();
void setupBoards(bool disable_u8g2 = false);
bool beginSDCard();
@ -74,6 +74,12 @@ void printResult(bool radio_online);
void flashLed();
void scanDevices(TwoWire *w);
bool beginGPS();
void loopPMU();
#ifdef HAS_PMU
extern XPowersLibInterface *PMU;
extern bool pmuInterrupt;