Skip to content

Commit 2d2b210

Browse files
committed
changed comments in L4 A3
1 parent 9a125a2 commit 2d2b210

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples/Lessons/L4_DigitalInputs&Outputs/L4_Activity3/L4_Activity3.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 3 in Lesson 04 of the CTC GO! core module
66
*/
77

8-
// initialising the pins and other variables.
8+
// Initialising the pins and other variables.
99
int greenLED = 11;
1010
int yellowLED = 12;
1111
int redLED = 13;

0 commit comments

Comments
 (0)