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 |
||
|---|---|---|
| .. | ||
| include | ||
| test | ||
| CMakeLists.txt | ||
| component.mk | ||
| ir_nec.cpp | ||
| README.md | ||
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.