We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5ac196 commit a5da95aCopy full SHA for a5da95a
Examples/Lessons/L6_SendingDataToTheBoard/L6_Activity3/L6_Activity3.ino
@@ -5,7 +5,7 @@
5
This sketch is written to accompany Activity 3 in Lesson 06 of the CTC GO! core module
6
*/
7
8
-char selectedWord[] = {"adamadrina"}; // choosing the word to guess
+char selectedWord[] = {"HelloWorld"}; // choosing the word to guess
9
char guessingWord[sizeof(selectedWord)]; // to store the guessing letters
10
char incoming = 0;
11
0 commit comments