]> granicus.if.org Git - esp-idf/commit
add RMT driver and example
authorWangjialin <wangjialin@espressif.com>
Thu, 10 Nov 2016 03:23:40 +0000 (11:23 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Mon, 21 Nov 2016 16:57:19 +0000 (00:57 +0800)
commit6a1dbc3f1c8db53a7985754844352fb7283f2290
tree081ca991571cd205b4d1cd50b87f21afea4055bf
parent07fc868ea61cd326f3771588b39eec1e28f45316
add RMT driver and example
components/driver/include/driver/periph_ctrl.h
components/driver/include/driver/rmt.h [new file with mode: 0644]
components/driver/periph_ctrl.c
components/driver/rmt.c [new file with mode: 0644]
components/esp32/include/esp_intr.h
components/esp32/include/soc/rmt_reg.h
components/esp32/include/soc/rmt_struct.h
examples/11_rmt_nec_tx_rx/Makefile [new file with mode: 0644]
examples/11_rmt_nec_tx_rx/main/component.mk [new file with mode: 0644]
examples/11_rmt_nec_tx_rx/main/infrared_nec.c [new file with mode: 0644]
examples/11_rmt_nec_tx_rx/main/infrared_nec_main.c [new file with mode: 0644]