Grenade Drone Controller

Dependencies:   mbed

GlobalVars/GlobalVars.h

Committer:
halusis
Date:
2018-08-20
Revision:
1:903bcc4d9628
Parent:
0:4194aba3f887

File content as of revision 1:903bcc4d9628:

#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