robot

Dependencies:   FastPWM3 mbed

globals.h

Committer:
bwang
Date:
2018-11-13
Revision:
252:38644631ed97
Parent:
181:d3510c8beab6

File content as of revision 252:38644631ed97:

#ifndef __GLOBALS_H
#define __GLOBALS_H

#include "BREMSStructs.h"

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

#endif