This library is a very low level interface to a transmit IR codes. Other libraries could be built on top of it to transmit different manufactures codes, or a specific code. I use the library to remotely trigger a Nikon DSLR camera the same way an ML3 Nikon remote does.
Revision 1:208b4f080b2f, committed 2010-12-12
- Comitter:
- ASaidi
- Date:
- Sun Dec 12 05:40:01 2010 +0000
- Parent:
- 0:7d2088337345
- Commit message:
Changed in this revision
TxIR.hpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/TxIR.hpp Sun Dec 12 05:36:26 2010 +0000 +++ b/TxIR.hpp Sun Dec 12 05:40:01 2010 +0000 @@ -1,5 +1,5 @@ -/****************************************************************************** +/** * Low level infrared transmission * This library provides a low level interface to send IR commands. in principle * other higher level IR type remotes could be build on top of this. I wrote @@ -32,6 +32,7 @@ #include <mbed.h> + /** A low-level ifrared transmit library */ class TxIR { private: /** Function that does the work */