From a80e7db98eba544956aaa2cdb3c4e5a2b05cd428 Mon Sep 17 00:00:00 2001 From: Liz Date: Tue, 5 Mar 2024 10:44:50 -0500 Subject: [PATCH] uno test only --- .../Arduino_Analog_Switch_Example/.uno.test.only | 0 .../Arduino_Analog_Switch_Example.ino | 3 +-- 2 files changed, 1 insertion(+), 2 deletions(-) create mode 100644 STEMMA_Analog_Switch_Examples/Arduino_Analog_Switch_Example/.uno.test.only diff --git a/STEMMA_Analog_Switch_Examples/Arduino_Analog_Switch_Example/.uno.test.only b/STEMMA_Analog_Switch_Examples/Arduino_Analog_Switch_Example/.uno.test.only new file mode 100644 index 000000000..e69de29bb diff --git a/STEMMA_Analog_Switch_Examples/Arduino_Analog_Switch_Example/Arduino_Analog_Switch_Example.ino b/STEMMA_Analog_Switch_Examples/Arduino_Analog_Switch_Example/Arduino_Analog_Switch_Example.ino index 8211d15d3..ee4218d18 100644 --- a/STEMMA_Analog_Switch_Examples/Arduino_Analog_Switch_Example/Arduino_Analog_Switch_Example.ino +++ b/STEMMA_Analog_Switch_Examples/Arduino_Analog_Switch_Example/Arduino_Analog_Switch_Example.ino @@ -3,8 +3,7 @@ // SPDX-License-Identifier: MIT int analogIn = A1; -// in arduino, feather rp2040 pin 5 is pin 7 -int digitalOut = 7; +int digitalOut = 5; int analogValue = 0; unsigned long timer = 2000; unsigned long startTime = millis();