You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -244,7 +244,7 @@ App|Description
244
244
[hello_pwm](pwm/hello_pwm) | Minimal example of driving PWM output on GPIOs.
245
245
[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.
246
246
[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
-
[tone_generation :speaker::musical_score::notes:](pwm/tone_generation) | Play a christmas melody by generating square waves with PWM and a Buzzer :.
247
+
[pico_tone](pwm/pico_tone) | Play a christmas melody :notes::christmas_tree:by generating square waves with PWM and a Buzzer.
0 commit comments