1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2024-11-26 17:46:14 +01:00

Fix myHal example

This commit is contained in:
peteGSX 2022-12-27 10:13:08 +10:00
parent eea1396997
commit 8f32ae712f

View File

@ -191,7 +191,7 @@ void halSetup() {
// The first example is for an Arduino Nano with the default pin allocations.
// The second example is for an Arduino Uno using all pins as digital only.
//EXIOExpander::create(800, 18, 0x65, EXIO_NANO_DIGITAL_PINS, EXIO_NANO_ANALOGUE_PINS);
//EXIOExpander::create(800, 18, 0x65, 12, 8);
//EXIOExpander::create(820, 16, 0x66, 16, 0);