Grenade Drone Controller

Dependencies:   mbed

GlobalVars/GlobalVars.h

Committer:
halusis
Date:
2018-07-16
Revision:
0:4194aba3f887

File content as of revision 0:4194aba3f887:

#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