From e9973ef3ece2a73be4a417162c47a523837846dc Mon Sep 17 00:00:00 2001 From: bboyho Date: Mon, 25 Nov 2024 15:43:38 -0700 Subject: [PATCH] Rename Files --- .../Example1-ReadButtons_WriteLEDs.ino} | 0 .../Example2_InterruptReadButtons_WriteLEDs.ino} | 8 ++++---- 2 files changed, 4 insertions(+), 4 deletions(-) rename Firmware/{Example1-ReadButtons/Example1-ReadButtons.ino => Example1-ReadButtons_WriteLEDs/Example1-ReadButtons_WriteLEDs.ino} (100%) rename Firmware/{Example2_InterruptRead_Output_LEDs/Example2_InterruptRead_Output_LEDs.ino => Example2_InterruptReadButtons_WriteLEDs/Example2_InterruptReadButtons_WriteLEDs.ino} (95%) diff --git a/Firmware/Example1-ReadButtons/Example1-ReadButtons.ino b/Firmware/Example1-ReadButtons_WriteLEDs/Example1-ReadButtons_WriteLEDs.ino similarity index 100% rename from Firmware/Example1-ReadButtons/Example1-ReadButtons.ino rename to Firmware/Example1-ReadButtons_WriteLEDs/Example1-ReadButtons_WriteLEDs.ino diff --git a/Firmware/Example2_InterruptRead_Output_LEDs/Example2_InterruptRead_Output_LEDs.ino b/Firmware/Example2_InterruptReadButtons_WriteLEDs/Example2_InterruptReadButtons_WriteLEDs.ino similarity index 95% rename from Firmware/Example2_InterruptRead_Output_LEDs/Example2_InterruptRead_Output_LEDs.ino rename to Firmware/Example2_InterruptReadButtons_WriteLEDs/Example2_InterruptReadButtons_WriteLEDs.ino index 13c7564..fabf510 100644 --- a/Firmware/Example2_InterruptRead_Output_LEDs/Example2_InterruptRead_Output_LEDs.ino +++ b/Firmware/Example2_InterruptReadButtons_WriteLEDs/Example2_InterruptReadButtons_WriteLEDs.ino @@ -74,10 +74,10 @@ void setup() { io.pinMode(ledBlue, OUTPUT); //By default, on the PA9557, IO 4567 are inverted - /*io.revert(buttonCenter); //Set to not inverted - io.revert(ledRed); //Set to not inverted - io.revert(ledGreen); //Set to not inverted - io.revert(ledBlue); //Set to not inverted*/ + /*io.revert(buttonCenter); //Set to not inverted + io.revert(ledRed); //Set to not inverted + io.revert(ledGreen); //Set to not inverted + io.revert(ledBlue); //Set to not inverted*/ redOff(); greenOff();