This repository contains a port of RemoteIR by Shinichiro Nakamura to Mbed CE.
- Create a new project according to MbedCE instructions
- Add this as submodule to your project via
git submodule add --depth 1 https://github.com/mbed-ce-libraries-examples/RemoteIR RemoteIR
- The top level
CMakeList.txt
(in root of your project) should be modified according to this wiki page
For an example of how to use it, see the example project.
For an overview of the hardware and software, see Shinichiro's cookbook page and the notebook page.