t6est

Dependencies:   Pulse

Committer:
kazuryu
Date:
Tue Sep 24 13:35:31 2019 +0000
Revision:
0:3dc012104243
test;

Who changed what in which revision?

UserRevisionLine numberNew contents of line
kazuryu 0:3dc012104243 1 #include "mbed.h"
kazuryu 0:3dc012104243 2 void Move(int way,float pwm);
kazuryu 0:3dc012104243 3 void Move2(int way,float pwm);
kazuryu 0:3dc012104243 4 void Move_lock(int way,float pwm);
kazuryu 0:3dc012104243 5 void trans(int a,int dis,float *x,float *y,int *sign);