esp-idf/examples/peripherals
ziyuan_yin e8ac0bd429 wave_gen example: analog signal generator
This wave generator example does following:

 - An analog signal generator.
 - Offering four kinds of waveform:
 sine, triangle, sawtooth, square.
 - Customer can select their expected waveform, frequency, etc. All of them can be configured in menuconfig.
2020-01-14 09:23:44 +00:00
..
adc
adc2
can can: Refactor CAN to use HAL and LowLevel layers 2020-01-09 16:13:51 +08:00
gpio
i2c test: update example and unit tests with new import roles: 2019-12-07 10:34:54 +08:00
i2s
i2s_adc_dac
ledc
mcpwm
pcnt
rmt test: update example and unit tests with new import roles: 2019-12-07 10:34:54 +08:00
sdio test: update example and unit tests with new import roles: 2019-12-07 10:34:54 +08:00
sigmadelta
spi_master Implement review comments 2020-01-08 18:41:43 +08:00
spi_slave
temp_sensor_esp32s2
timer_group
touch_pad_interrupt
touch_pad_read
uart Fix some typo in idf 2019-12-12 15:55:42 +08:00
wave_gen wave_gen example: analog signal generator 2020-01-14 09:23:44 +00:00
README.md

README.md

Peripherals Examples

This section provides examples how to configure and use ESP32s internal peripherals like GPIO, UART, I2C, SPI, timers, counters, ADC / DAC, PWM, etc.

See the README.md file in the upper level examples directory for more information about examples.