Skip to content

Commit 5112b85

Browse files
committed
Fix structure
1 parent 8c2676f commit 5112b85

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

content/hardware/05.nicla/boards/nicla-vision/tutorials/microphone_sensor/microphone_sensor.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,11 @@ You can run the sketch to see the result, it will show the data that the microph
6969

7070
Now that you can get the microphone data, let's control the built-in RGB LED and change the speed of its blinking depending on the values.
7171

72-
**4. Complete code**
73-
7472
You can access the example sketch at **Examples > PDM > PDMSerialPlotter** and then edit as we shown.
7573
Or the full edited sketch on our **Arduino_Pro_Tutorials** library.
7674

75+
**Sketch**:
76+
7777
```arduino
7878
/*
7979
This example reads audio data from the on-board PDM microphones, and prints
@@ -176,7 +176,6 @@ Or the full edited sketch on our **Arduino_Pro_Tutorials** library.
176176
```
177177

178178

179-
180179
## Testing It Out
181180

182181
After you have successfully verified and uploaded the sketch to the board, open the Serial Monitor from the menu on the left. You will now see the new values printed.

0 commit comments

Comments
 (0)