This project is a conversion of RemoteIR_TestProgram by Shinichiro Nakamura to Mbed CE. For more info, see the cookbook page and the notebook page.
Note: As currently written, the code is designed to work with a Mbed LPC1768 board and an HD44780 LCD, plus appropriate infrared transmitted and/or receiver hardware. If this is not your setup, you may have to edit main.cpp, especially the pin assignments at the top, in order to compile the project.
- Clone it to your machine. Don't forget to use
--recursive
to clone the submodules:git clone --recursive https://github.com/mbed-ce-libraries-examples/RemoteIR-test-program.git
- Set up the GNU ARM toolchain (and other programs) on your machine using the toolchain setup guide.
- Set up the CMake project for editing. We have three ways to do this:
- On the command line
- Using the CLion IDE
- Using the VS Code IDE
- Build the
flash-RemoteIR-Test-Program
target to upload the code to a connected device.