Skip to content

Commit 9a125a2

Browse files
lenardgeorgelenardgeorge
authored andcommitted
Changes to L4_Activity 2
1 parent b7df679 commit 9a125a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples/Lessons/L4_DigitalInputs&Outputs/L4_Activity2/L4_Activity2.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
This sketch is written to accompany Activity 2 in Lesson 04 of the CTC GO! core module
66
*/
77

8-
int button = 2;
8+
int button_pin = 2;
99
int button_state = 0;
1010

1111
void setup()

0 commit comments

Comments
 (0)