mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
VBAT schematic
This commit is contained in:
parent
f3e85a6fba
commit
110bd49407
2 changed files with 16 additions and 5 deletions
|
|
@ -16,7 +16,8 @@ void WaveshareBoard::begin() {
|
|||
#endif
|
||||
|
||||
#if defined(PIN_BOARD_SDA) && defined(PIN_BOARD_SCL)
|
||||
Wire.setPins(PIN_BOARD_SDA, PIN_BOARD_SCL);
|
||||
Wire.setSDA(PIN_BOARD_SDA);
|
||||
Wire.setSCL(PIN_BOARD_SCL);
|
||||
#endif
|
||||
|
||||
Wire.begin();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue