We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90e21e1 commit 2a8f8b0Copy full SHA for 2a8f8b0
boards/lilygo-t-watch-s3/interface.cpp
@@ -22,8 +22,6 @@ void _setup_gpio() {
22
delay(10);
23
Wire1.begin(39, 40); // touchscreen
24
25
- _rtc.setWire(&Wire); // Cplus uses Wire1 default, the lib had been changed to accept setting I2C bus
26
- // StickCPlus uses BM8563 that is the same as PCF8536
27
axp192.init(Wire, 10, 11);
28
axp192.setVbusVoltageLimit(XPOWERS_AXP2101_VBUS_VOL_LIM_4V36);
29
axp192.setVbusCurrentLimit(XPOWERS_AXP2101_VBUS_CUR_LIM_900MA);
0 commit comments