SSI OpComms 3 CM TX

Dependencies:   mbed

Fork of Optical3cmTXnucleo by Thomas Teisberg

Revision:
6:8eae544417af
Parent:
5:4bf7b8f3fd58
Child:
7:4fafb1b60eab
--- a/main.cpp	Tue Nov 10 06:31:24 2015 +0000
+++ b/main.cpp	Tue Nov 10 06:39:32 2015 +0000
@@ -5,7 +5,7 @@
 Serial pc(USBTX, USBRX); // tx, rx
 const int PPM = 4;
 const int PACKET_LENGTH = 98;
-int PULSE_LENGTH = 0;
+unsigned int PULSE_LENGTH = 0;
 
 //Function Prototypes
 void blink_packet(char* buffer, int len);