From 3fccf6a484af7b3b19a14d84aa63dd62f396a430 Mon Sep 17 00:00:00 2001 From: peteGSX Date: Tue, 3 Jan 2023 08:57:21 +1000 Subject: [PATCH] Fix EX-IOExpander myHal.cpp 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 9752a8b..5470f76 100644 --- a/myHal.cpp_example.txt +++ b/myHal.cpp_example.txt @@ -190,7 +190,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, 12, 8); + //EXIOExpander::create(800, 18, 0x65, 12, 6); //EXIOExpander::create(820, 16, 0x66, 16, 0);