robot

Dependencies:   FastPWM3 mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers globals.h Source File

globals.h

00001 #ifndef __GLOBALS_H
00002 #define __GLOBALS_H
00003 
00004 #include "BREMSStructs.h"
00005 
00006 extern IOStruct io;
00007 extern ReadDataStruct read;
00008 extern FOCStruct foc;
00009 extern ControlStruct control;
00010 
00011 #endif