motor spins

Dependencies:   mbed

Fork of analoghalls5 by Bayley Wang

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers includes.h Source File

includes.h

00001 #ifndef __INCLUDES_H
00002 #define __INCLUDES_H
00003 
00004 #include "mbed.h"
00005 #include "math.h"
00006 
00007 extern Serial *pc;
00008 extern float test_alpha;
00009 extern float test_beta;
00010 
00011 extern float test_DtcA;
00012 extern float test_DtcB;
00013 extern float test_DtcC;
00014 
00015 #endif