esp-idf/examples/peripherals
morris 5680d28b0e mcpwm: fix bldc example force output level inverted
set_force_level can only set the generator level before the deadtime module.
if the deadtime module enables the inverter, then the real output level is inverted accordingly
2023-05-10 19:17:21 +08:00
..
adc 1. The example does not work with when board only supports TYPE1 format 2. The example has syntax error converting void* to adc_digi_output_data_t* 2023-05-09 12:37:05 +08:00
analog_comparator
dac
dedicated_gpio
gpio
i2c
i2s i2s: public bclk_div and add a default config for PDM TX DAC 2023-05-06 14:19:48 +08:00
lcd
ledc
mcpwm mcpwm: fix bldc example force output level inverted 2023-05-10 19:17:21 +08:00
parlio/simple_rgb_led_matrix
pcnt/rotary_encoder
rmt rmt_onewire: refactor example with component manager 2023-04-27 15:02:55 +08:00
sdio
secure_element/atecc608_ecdsa
sigma_delta
spi_master
spi_slave
spi_slave_hd
temperature_sensor
timer_group
touch_sensor
twai
uart
usb Merge branch 'ci/chip_support_network_invalid_kconfigs' into 'master' 2023-04-26 17:26:05 +08:00
.build-test-rules.yml i2s: public bclk_div and add a default config for PDM TX DAC 2023-05-06 14:19:48 +08: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.