3/20 13:39

Dependencies:   mbed move4wheel2 EC CruizCore_R1370P

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers manual.h Source File

manual.h

00001 #ifndef HARUROBO2019_MANUAL
00002 #define HARUROBO2019_MANUAL
00003 
00004 extern int id1_value[7];
00005 
00006 void CalManualOut(int v,int r_out);
00007 
00008 void ManualOut(int slow_v, int slow_r, int fast_v, int fast_r);
00009 
00010 #endif