SSI OpComms 3 CM TX

Dependencies:   mbed

Fork of Optical3cmTXnucleo by Thomas Teisberg

Revision:
3:9c564c7cbabf
Parent:
2:eb6621f41f07
--- a/main.cpp	Sun Nov 08 00:58:35 2015 +0000
+++ b/main.cpp	Sun Nov 08 02:36:30 2015 +0000
@@ -28,7 +28,7 @@
     
     //Signifies end of packet
     tx = 1;
-    wait_us(PULSE_LENGTH*2*(PPM+1));
+    wait_us(PULSE_LENGTH);
     tx = 0;
 }