VBAT schematic

This commit is contained in:
João Brázio 2025-06-16 19:51:53 +01:00
parent f3e85a6fba
commit 110bd49407
No known key found for this signature in database
GPG key ID: 56A1490716A324DD
2 changed files with 16 additions and 5 deletions

View file

@ -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();