Skip to content

Commit a80e7db

Browse files
committed
uno test only
1 parent f4721fc commit a80e7db

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

STEMMA_Analog_Switch_Examples/Arduino_Analog_Switch_Example/.uno.test.only

Whitespace-only changes.

STEMMA_Analog_Switch_Examples/Arduino_Analog_Switch_Example/Arduino_Analog_Switch_Example.ino

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
// SPDX-License-Identifier: MIT
44

55
int analogIn = A1;
6-
// in arduino, feather rp2040 pin 5 is pin 7
7-
int digitalOut = 7;
6+
int digitalOut = 5;
87
int analogValue = 0;
98
unsigned long timer = 2000;
109
unsigned long startTime = millis();

0 commit comments

Comments
 (0)