Grenade Drone Controller

Dependencies:   mbed

Committer:
halusis
Date:
Mon Aug 20 03:06:52 2018 +0000
Revision:
1:903bcc4d9628
Parent:
0:4194aba3f887
Grenade Drone Controller

Who changed what in which revision?

UserRevisionLine numberNew contents of line
halusis 0:4194aba3f887 1 #ifndef GLOBALVARS_H
halusis 0:4194aba3f887 2 #define GLOBALVARS_H
halusis 0:4194aba3f887 3 #include "mbed.h"
halusis 0:4194aba3f887 4
halusis 0:4194aba3f887 5 #define OPENPWM 2000.0f
halusis 0:4194aba3f887 6 #define CLOSEPWM 1000.0f
halusis 0:4194aba3f887 7
halusis 0:4194aba3f887 8 extern unsigned char SigBit,RcvBit,RcvCnt;
halusis 0:4194aba3f887 9 extern float var1,var2,var3,var4,var5,var6,var7,var8;
halusis 0:4194aba3f887 10 #endif