We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14b7d57 commit cef26a7Copy full SHA for cef26a7
ex05/README.md
@@ -44,7 +44,7 @@ Servo myServo;
44
45
void setup()
46
{
47
- // Initialize serial communication
+ // Initialise serial communication
48
Serial.begin(9600);
49
BTSerial.begin(9600);
50
ex05/ex05.ino
@@ -12,7 +12,7 @@ Servo myServo;
12
13
14
15
16
17
18
0 commit comments