0910

Dependencies:   mbed QEI2

Committer:
kenboh
Date:
Tue Sep 10 09:30:41 2019 +0000
Revision:
1:5f5d47a593bc
Parent:
0:2a0c62e53e9c
SRC2018Auto

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Hase_jun 0:2a0c62e53e9c 1 #include "MotorDrive.h"
Hase_jun 0:2a0c62e53e9c 2 #include "mbed.h"
Hase_jun 0:2a0c62e53e9c 3
Hase_jun 0:2a0c62e53e9c 4 void motor_ff();
Hase_jun 0:2a0c62e53e9c 5 void motor_fs();
Hase_jun 0:2a0c62e53e9c 6 void motor_lf();
Hase_jun 0:2a0c62e53e9c 7 void motor_ls();
Hase_jun 0:2a0c62e53e9c 8 void motor_bf();
Hase_jun 0:2a0c62e53e9c 9 void motor_bs();
Hase_jun 0:2a0c62e53e9c 10 void motor_dr();
Hase_jun 0:2a0c62e53e9c 11 void motor_dl();
Hase_jun 0:2a0c62e53e9c 12 void motor_rf();
Hase_jun 0:2a0c62e53e9c 13 void motor_s();