robot

Dependencies:   FastPWM3 mbed

Revision:
181:d3510c8beab6
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/globals.h	Fri Feb 09 03:49:31 2018 +0000
@@ -0,0 +1,11 @@
+#ifndef __GLOBALS_H
+#define __GLOBALS_H
+
+#include "BREMSStructs.h"
+
+extern IOStruct io;
+extern ReadDataStruct read;
+extern FOCStruct foc;
+extern ControlStruct control;
+
+#endif
\ No newline at end of file