Skip to content

Commit cef26a7

Browse files
author
David Palma
committedDec 30, 2024
Fix a typo.
1 parent 14b7d57 commit cef26a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎ex05/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Servo myServo;
4444

4545
void setup()
4646
{
47-
// Initialize serial communication
47+
// Initialise serial communication
4848
Serial.begin(9600);
4949
BTSerial.begin(9600);
5050

‎ex05/ex05.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Servo myServo;
1212

1313
void setup()
1414
{
15-
// Initialize serial communication
15+
// Initialise serial communication
1616
Serial.begin(9600);
1717
BTSerial.begin(9600);
1818

0 commit comments

Comments
 (0)
Please sign in to comment.