esp-iot-solution/components/features/infrared
InfiniteYuan1 15a43f8761 update components/platforms/alink/component.mk components/spi_devices/epaper/epaper.c components/spi_devices/xpt2046/include/iot_xpt2046.h examples/hmi/lvgl_coffee/main/app_main.cpp examples/smart_device/ examples/touch_pad_evb/Makefile
add CMakeList.txt of components
add CMake build for example(aws_iot_demo,check_pedestrian_flow,empty_project,esp32_azure_iot_kit,eth2wifi,hmi,lowpower_evb,oled_screen_module,touch_pad_evb)
add cmake support for ulp co-processor
add CMake build CI
update lvgl ugfx CMake
update example README.md
update solution README.md
add CMakeLists.txt for unit-test-app
update .gitlab-ci.yml
2019-04-10 11:12:42 +08:00
..
include style(license): Correct the licenses in source code, using Apache License, Version 2.0. 2018-02-26 14:18:11 +08:00
test style(license): Correct the licenses in source code, using Apache License, Version 2.0. 2018-02-26 14:18:11 +08:00
CMakeLists.txt update components/platforms/alink/component.mk components/spi_devices/epaper/epaper.c components/spi_devices/xpt2046/include/iot_xpt2046.h examples/hmi/lvgl_coffee/main/app_main.cpp examples/smart_device/ examples/touch_pad_evb/Makefile 2019-04-10 11:12:42 +08:00
component.mk style(component): add standalone mode 2018-05-19 15:09:06 +08:00
ir_nec.cpp style(license): Correct the licenses in source code, using Apache License, Version 2.0. 2018-02-26 14:18:11 +08:00
README.md feature(ir): add IR nec driver component and test code. 2018-02-26 10:19:19 +08:00

Component: rmt_nec

  • This component provide api to send/recv data from infrared transmission.

  • Call ir_nec_send() to send infrared data through nec protocol.

  • Call ir_nec_recv() to receive infrared data through nec protocol.

NOTE:

Call ir_nec_init() at first if you want to use this component.

Todo:

  • Check what other function can be added.