OVMS3-idf/components/driver/include/driver
esp32de 7c0020bfd0 feat(adc2): append adc2 support and api and the lock with WIFI module
append adc support and api
- esp_err_t adc2_config_width(adc_bits_width_t width_bit);
- esp_err_t adc2_config_channel_atten(adc2_channel_t channel, adc_atten_t atten);
- int adc2_get_voltage(adc2_channel_t channel);
2017-10-26 14:35:29 +08:00
..
adc.h feat(adc2): append adc2 support and api and the lock with WIFI module 2017-10-26 14:35:29 +08:00
adc2_wifi_internal.h feat(adc2): append adc2 support and api and the lock with WIFI module 2017-10-26 14:35:29 +08:00
dac.h feat(rtc): open adc*(dac)_pad_get_io_num functions to public. 2017-10-24 12:06:14 +08:00
gpio.h Fixed incorrect value in comments for GPIO_NUM_33. 2017-08-30 17:55:00 +10:00
i2c.h bugfix(i2c): add I2C hardware reset if the hw FSM get stuck 2017-10-21 02:10:59 +08:00
i2s.h Merge branch 'feature/i2s_built_in_adc' into 'master' 2017-10-20 15:52:56 +08:00
ledc.h ledc_get_duty return type changed from int to uint32_t, target_duty changed from int to uint32_t 2017-09-13 01:43:42 +08:00
mcpwm.h feature: add Motor Control PWM(mcpwm) driver 2017-05-12 15:47:59 +08:00
pcnt.h Extended description of the Pulse Counter API and removed redundant comments from the example 2017-09-26 22:44:46 +02:00
periph_ctrl.h periph_ctrl: Refactor to add periph_module_reset(), avoid potential race in SPI DMA workaround 2017-10-02 17:48:16 +11:00
rmt.h bugfix(driver): fix RMT issues from github 2017-08-15 17:23:51 +08:00
rtc_cntl.h driver/rtc: add support for attaching handlers to RTC_CNTL interrupts 2017-07-10 17:21:49 +08:00
rtc_io.h feat(global): add macros for GPIO->channel lookup 2017-09-07 10:40:25 +08:00
sdmmc_defs.h sdmmc: add support for high speed (HS) mode 2017-08-16 18:59:04 +08:00
sdmmc_host.h sdmmc: fix reads/writes to/from unaligned buffers 2017-08-01 03:15:11 +08:00
sdmmc_types.h sdmmc: allow command timeouts to be configured 2017-10-13 08:16:07 +08:00
sdspi_host.h driver: SD protocol driver for SPI peripheral 2017-07-20 13:43:07 +08:00
sigmadelta.h Updated sigma delta API documenation and example 2017-09-25 21:31:09 +02:00
spi_common.h fix(spi_master): this fix the SPI MOSI output missing bug. 2017-09-04 22:43:51 +08:00
spi_master.h Merge branch 'bugfix/spi_def_typo_lsbfirst' into 'master' 2017-08-29 11:24:31 +08:00
spi_slave.h feat(spi_slave): append trans_len field in trans_desc to show length actually transferred. 2017-10-17 12:01:12 +08:00
timer.h components/driver: 'const' all config calls. 2017-04-13 18:33:33 +01:00
touch_pad.h bugfix(touch): add workaround for touch pad DAC hardware source mismatch on tp8 and tp9. 2017-09-19 20:10:39 +08:00
uart.h uart: add support for REF_TICK 2017-10-18 14:19:20 +08:00