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
Parent:
0:7d2088337345
--- 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 */