flash based config testing

Dependencies:   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 extern float p, torque_pct, user_cmd, vout;
00005 
00006 #endif