Add declarations for all Serial, SPI and Wire buses

This commit is contained in:
me-no-dev
2018-07-03 20:41:03 +02:00
parent 12ca9e8b52
commit 4e5cbdaa7f
6 changed files with 8 additions and 0 deletions

View File

@ -364,3 +364,4 @@ void TwoWire::dumpI2C()
}
TwoWire Wire = TwoWire(0);
TwoWire Wire1 = TwoWire(1);