nuttx-apps/examples/rmtchar
Tiago Medicci Serrano 11f2d5e5e4 examples/rmtchar: Implement RX and/or TX using the RMT char driver
The RMT (remote control) character driver is used to send and/or
receive data packets. Eventually, this app can be used to perform
a loopback test to validate the RMT driver implementation.
2023-12-19 03:34:28 -08:00
..
CMakeLists.txt examples/rmtchar: Implement RX and/or TX using the RMT char driver 2023-12-19 03:34:28 -08:00
Kconfig examples/rmtchar: Implement RX and/or TX using the RMT char driver 2023-12-19 03:34:28 -08:00
Make.defs examples/rmtchar: Implement RX and/or TX using the RMT char driver 2023-12-19 03:34:28 -08:00
Makefile examples/rmtchar: Implement RX and/or TX using the RMT char driver 2023-12-19 03:34:28 -08:00
rmtchar_common.c examples/rmtchar: Implement RX and/or TX using the RMT char driver 2023-12-19 03:34:28 -08:00
rmtchar_main.c examples/rmtchar: Implement RX and/or TX using the RMT char driver 2023-12-19 03:34:28 -08:00
rmtchar_receiver.c examples/rmtchar: Implement RX and/or TX using the RMT char driver 2023-12-19 03:34:28 -08:00
rmtchar_transmitter.c examples/rmtchar: Implement RX and/or TX using the RMT char driver 2023-12-19 03:34:28 -08:00
rmtchar.h examples/rmtchar: Implement RX and/or TX using the RMT char driver 2023-12-19 03:34:28 -08:00