@@ -26,20 +26,17 @@ After a successful build the executable program can be found in the **build/ir_l
26
26
== List of Files
27
27
28
28
CMakeLists.txt:: CMake file to incorporate the example in to the examples build tree.
29
- ir_loopback:: A directory containing the code for the loopback example.
30
- CMakeLists.txt::: CMake file to incorporate the example in to the examples build tree.
31
- ir_loopback.c::: The code for the loopback example.
32
- nec_receive_library:: A directory containing the code for the IR receive functions.
33
- CMakeLists.txt::: CMake file to incorporate the IR receive library in to the examples build tree.
34
- nec_receive.c::: The source code for the IR receive functions.
35
- nec_receive.h::: The headers for the IR receive functions.
36
- nec_receive.pio::: The PIO assembler code to receive a frame.
37
- nec_transmit_library:: A directory containing the code for the IR transmit functions.
38
- CMakeLists.txt::: CMake file to incorporate the IR transmit library in to the examples build tree.
39
- nec_transmit.c::: The source code for the IR transmit functions.
40
- nec_transmit.h::: The headers for the IR transmit functions.
41
- nec_carrier_burst.pio::: The PIO assembler code to generate a carrier burst.
42
- nec_carrier_control.pio::: The PIO assembler code to transmit a complete frame.
29
+ ir_loopback/CMakeLists.txt:: CMake file to incorporate the loopback example in to the examples build tree.
30
+ ir_loopback/ir_loopback.c:: The code for the loopback example.
31
+ nec_receive_library/CMakeLists.txt:: CMake file to incorporate the IR receive library in to the examples build tree.
32
+ nec_receive_library/nec_receive.c:: The source code for the IR receive functions.
33
+ nec_receive_library/nec_receive.h:: The headers for the IR receive functions.
34
+ nec_receive_library/nec_receive.pio:: The PIO assembler code to receive a frame.
35
+ nec_transmit_library/CMakeLists.txt:: CMake file to incorporate the IR transmit library in to the examples build tree.
36
+ nec_transmit_library/nec_transmit.c:: The source code for the IR transmit functions.
37
+ nec_transmit_library/nec_transmit.h:: The headers for the IR transmit functions.
38
+ nec_transmit_library/nec_carrier_burst.pio:: The PIO assembler code to generate a carrier burst.
39
+ nec_transmit_library/nec_carrier_control.pio:: The PIO assembler code to transmit a complete frame.
43
40
44
41
== Bill of Materials
45
42
0 commit comments