Skip to content

Commit f5c225b

Browse files
authored
Syntax highlight
1 parent 492f473 commit f5c225b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Whether you're **prototyping a new project** or developing a complex application
6969

7070
**Example**:
7171

72-
```
72+
```cpp
7373
void setup() {
7474

7575
// Initialize serial communication with a baud rate of 9600
@@ -81,7 +81,7 @@ void setup() {
8181

8282
```
8383

84-
```
84+
```cpp
8585
void loop() {
8686

8787
// Read the analog value from the LDR sensor

0 commit comments

Comments
 (0)