experimental fork to solve timing issues

Dependents:   writable_gatt

Fork of TxIR by Ali Saidi

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 */