Skip to content

Commit 8bd09e0

Browse files
committed
Move pico_tone example to new Tone section with name christmas melody
1 parent 21f3dbd commit 8bd09e0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,6 @@ App|Description
244244
[hello_pwm](pwm/hello_pwm) | Minimal example of driving PWM output on GPIOs.
245245
[led_fade](pwm/led_fade) | Fade an LED between low and high brightness. An interrupt handler updates the PWM slice's output level each time the counter wraps.
246246
[measure_duty_cycle](pwm/measure_duty_cycle) | Drives a PWM output at a range of duty cycles, and uses another PWM slice in input mode to measure the duty cycle.
247-
[pico_tone](pwm/pico_tone) | Play a christmas melody :notes::christmas_tree: by generating square waves with PWM and a Buzzer :speaker:.
248247

249248
### Reset
250249

@@ -369,3 +368,9 @@ At the time of writing, there is only one dual example available:
369368
App|Description
370369
---|---
371370
[hello_watchdog](watchdog/hello_watchdog) | Set the watchdog timer, and let it expire. Detect the reboot, and halt.
371+
372+
### Tone
373+
374+
App|Description
375+
---|---
376+
[christmas_melody](tone/christmas_melody) | Play a christmas melody :notes::christmas_tree: with a Buzzer :speaker:.

0 commit comments

Comments
 (0)