Song Ruo Jing 821f7b0498 fix(ledc): fix ledc driver 100% duty cycle configuration 2 лет назад
..
adc b12e250b2c refactor(examples): reformat peripheral examples with astyle_py 2 лет назад
analog_comparator b12e250b2c refactor(examples): reformat peripheral examples with astyle_py 2 лет назад
dac b12e250b2c refactor(examples): reformat peripheral examples with astyle_py 2 лет назад
dedicated_gpio b12e250b2c refactor(examples): reformat peripheral examples with astyle_py 2 лет назад
gpio b12e250b2c refactor(examples): reformat peripheral examples with astyle_py 2 лет назад
i2c b12e250b2c refactor(examples): reformat peripheral examples with astyle_py 2 лет назад
i2s 4c6f4b39f1 Merge branch 'feature/support_i2s_on_p4' into 'master' 2 лет назад
lcd b12e250b2c refactor(examples): reformat peripheral examples with astyle_py 2 лет назад
ledc 821f7b0498 fix(ledc): fix ledc driver 100% duty cycle configuration 2 лет назад
mcpwm b12e250b2c refactor(examples): reformat peripheral examples with astyle_py 2 лет назад
parlio d15534c4e2 parlio: add simple rgb led matrix example 2 лет назад
pcnt 7dbd3f6909 feat(ci): Enable p4 example, test_apps and unit tests CI build 2 лет назад
rmt b12e250b2c refactor(examples): reformat peripheral examples with astyle_py 2 лет назад
sdio b12e250b2c refactor(examples): reformat peripheral examples with astyle_py 2 лет назад
secure_element b12e250b2c refactor(examples): reformat peripheral examples with astyle_py 2 лет назад
sigma_delta 58bde0f665 fix pcnt sdm pre-commit failure 3 лет назад
spi_master b12e250b2c refactor(examples): reformat peripheral examples with astyle_py 2 лет назад
spi_slave b12e250b2c refactor(examples): reformat peripheral examples with astyle_py 2 лет назад
spi_slave_hd b12e250b2c refactor(examples): reformat peripheral examples with astyle_py 2 лет назад
temperature_sensor b12e250b2c refactor(examples): reformat peripheral examples with astyle_py 2 лет назад
timer_group b12e250b2c refactor(examples): reformat peripheral examples with astyle_py 2 лет назад
touch_sensor b12e250b2c refactor(examples): reformat peripheral examples with astyle_py 2 лет назад
twai b12e250b2c refactor(examples): reformat peripheral examples with astyle_py 2 лет назад
uart b12e250b2c refactor(examples): reformat peripheral examples with astyle_py 2 лет назад
usb b12e250b2c refactor(examples): reformat peripheral examples with astyle_py 2 лет назад
.build-test-rules.yml 0b0f25c30d feat(i2s): supported getting the tx sync count and specify interrupt flags 2 лет назад
README.md a67d5d89e0 Replace all DOS line endings with Unix 7 лет назад

README.md

Peripherals Examples

This section provides examples how to configure and use ESP32’s 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.