Skip to content

Commit 25e4319

Browse files
authored
Merge pull request #2135 from arduino/jacobhylen/updatepavlovscat
[MKC-1761] Pavlovs cat Web editor update
2 parents 501dc98 + beceb8a commit 25e4319

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
Loading

content/hardware/09.kits/maker/iot-bundle/tutorials/pavlovs-cat/content.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ A light sensor is used to detect if the cat reacted to the melody and got to the
4646

4747
### Components
4848

49-
* Servo moto
49+
* Servo motor
5050
* Phototransistor
5151
* 220 ohm resistor
5252
* Buzzer
@@ -108,7 +108,8 @@ The next section explains how to play a melody using a piezo buzzer and your Ard
108108

109109
![Arduino IoT Bundle](assets/piezo_buzzer_rp2040_whR92Z3Wgx.png)
110110

111-
Connect the buzzer to **digital pin 7**, as shown in the picture above. Now, navigate into the Arduino Web Editor through **Thing > Sketch tab > open full editor.** This will open up our automatically generated sketch in the full Arduino Web Editor. Next we need to add an extra tab containing all the necessary notes to play the song. Click the arrow on the right side to add a new tab called `"pitches.h"`. See the GIF below for more detailed steps:
111+
Connect the buzzer to **digital pin 7**, as shown in the picture above. Now, navigate into the Arduino Cloud Editor through **Thing > Sketch tab** This will open up our automatically generated sketch in the Arduino Cloud Editor. Next we need to add an extra tab containing all the necessary notes to play the song. Click the arrow on the right side to add a new tab called `"pitches.h"`. See the GIF below for more detailed steps:
112+
112113

113114
![Arduino IoT Bundle](assets/palvov-cat-02.gif)
114115

0 commit comments

Comments
 (0)