ChoroQ

Revision:
1:97921a2adf78
Parent:
0:2a40e6db61c2
--- a/TransmitterChoroQ.cpp	Sun Sep 19 23:30:35 2010 +0000
+++ b/TransmitterChoroQ.cpp	Sun Sep 19 23:49:38 2010 +0000
@@ -74,8 +74,9 @@
         data.buffer[i] = buf[i];
     }
 
+    static const double correction = 1.20;
     ticker.detach();
-    ticker.attach_us(this, &TransmitterChoroQ::tick, TUS_TAKARATOMY);
+    ticker.attach_us(this, &TransmitterChoroQ::tick, TUS_TAKARATOMY * correction);
 
     UNLOCK();
     return bitlength;