Grenade Drone Controller

Dependencies:   mbed

Revision:
0:4194aba3f887
diff -r 000000000000 -r 4194aba3f887 GlobalVars/GlobalVars.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/GlobalVars/GlobalVars.h	Mon Jul 16 06:49:15 2018 +0000
@@ -0,0 +1,10 @@
+#ifndef GLOBALVARS_H
+#define GLOBALVARS_H
+#include "mbed.h"
+
+#define OPENPWM 2000.0f
+#define CLOSEPWM 1000.0f
+
+extern unsigned char SigBit,RcvBit,RcvCnt;
+extern float var1,var2,var3,var4,var5,var6,var7,var8;
+#endif
\ No newline at end of file