From 8f32ae712f1f2342aa06f0f0e820b9a425fff7e6 Mon Sep 17 00:00:00 2001 From: peteGSX Date: Tue, 27 Dec 2022 10:13:08 +1000 Subject: [PATCH] Fix myHal example --- myHal.cpp_example.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/myHal.cpp_example.txt b/myHal.cpp_example.txt index 3febc82..c56a03d 100644 --- a/myHal.cpp_example.txt +++ b/myHal.cpp_example.txt @@ -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);