t6est

Dependencies:   Pulse

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers foot.h Source File

foot.h

00001 #include "mbed.h"
00002 void Move(int way,float pwm);
00003 void Move2(int way,float pwm);
00004 void Move_lock(int way,float pwm);
00005 void trans(int a,int dis,float *x,float *y,int *sign);