robot

Dependencies:   FastPWM3 mbed

globals.h

Committer:
bwang
Date:
2017-03-11
Revision:
83:eb3704d4943f
Parent:
82:5e741c5ffd9f

File content as of revision 83:eb3704d4943f:

#ifndef __GLOBALS_H
#define __GLOBALS_H

#include "BREMSStructs.h"

extern IOStruct io;
extern ReadDataStruct read;
extern FOCStruct foc;
extern ControlStruct control;

#endif