ver2

Dependencies:   uw_28015 mbed move4wheel2 EC CruizCore_R6093U CruizCore_R1370P

manual/manual.h

Committer:
la00noix
Date:
2019-03-19
Revision:
0:b87fd8dd4322

File content as of revision 0:b87fd8dd4322:

#ifndef HARUROBO2019_MANUAL
#define HARUROBO2019_MANUAL

extern int id1_value[7];

void CalManualOut(int v,int r_out);

void ManualOut(int slow_v, int slow_r, int fast_v, int fast_r);

#endif