SSI OpComms 3 CM TX

Dependencies:   mbed

Fork of Optical3cmTXnucleo by Thomas Teisberg

Revision:
5:4bf7b8f3fd58
Parent:
4:024257aaea1e
Child:
6:8eae544417af
--- a/main.cpp	Tue Nov 10 06:26:27 2015 +0000
+++ b/main.cpp	Tue Nov 10 06:31:24 2015 +0000
@@ -28,7 +28,7 @@
     
     //Signifies end of packet
     tx = 1;
-    wait_us(PULSE_LENGTH*2*(PPM+1));
+    wait_us(PULSE_LENGTH*(PPM+1));
     tx = 0;
 }