2016-12-22 01:18:15 +00:00
|
|
|
# Example: sigma_delta modulation
|
|
|
|
|
2017-09-25 19:20:48 +00:00
|
|
|
This example uses the sigma-delta driver to generate modulated output on a GPIO.
|
2016-12-22 01:18:15 +00:00
|
|
|
|
|
|
|
By default the GPIO output is 4, however you can edit this in the `sigmadelta_init()` function inside `main/sigmadelta_test.c`.
|
|
|
|
|
2017-09-25 19:20:48 +00:00
|
|
|
If you connect a LED to the output GPIO, you will see it blinking slowly.
|