OVMS3-idf/components/driver
Wangjialin e523a2532a Modify LEDC driver
1. configure LEDC timer saparately
2. add peripher_crtl.c/.h
    To enable the peripheral modules, we have to set/clear the control register in dport_reg.h.
    These bits are disabled by default and they are all in a same register, so we need to add a lock on that.
3. add include esp_err.h in gpio.h
2016-09-28 23:20:34 +08:00
..
include/driver Modify LEDC driver 2016-09-28 23:20:34 +08:00
component.mk add gpio driver code 2016-09-19 17:33:21 +08:00
gpio.c 1. add a macro 'GPIO_IS_VALID_OUTPUT_GPIO' and 'GPIO_IS_VALID_OUTPUT_GPIO' in gpio.h 2016-09-23 14:52:26 +08:00
ledc.c Modify LEDC driver 2016-09-28 23:20:34 +08:00
periph_ctrl.c Modify LEDC driver 2016-09-28 23:20:34 +08:00