Skip to content

Commit 87e5c51

Browse files
committed
Include tone generation in README file
1 parent 5387bc6 commit 87e5c51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,7 @@ 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+
[tone_generation](pwm/tone_generation) | Play a christmas melody by generating tones with a buzzer modifying PWM frecuency with a 50% duty cycle.
247248

248249
### Reset
249250

0 commit comments

Comments
 (0)