t6est

Dependencies:   Pulse

Committer:
kazuryu
Date:
Sat Oct 05 01:41:37 2019 +0000
Revision:
4:9ba47e5db1e2
Parent:
0:3dc012104243
B

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);