mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-07-04 22:36:32 +02:00
Add declarations for all Serial, SPI and Wire buses
This commit is contained in:
@ -364,3 +364,4 @@ void TwoWire::dumpI2C()
|
||||
}
|
||||
|
||||
TwoWire Wire = TwoWire(0);
|
||||
TwoWire Wire1 = TwoWire(1);
|
||||
|
Reference in New Issue
Block a user