jy z
/
StewartPlatform
22
Fork of StewartPlatform by
inc/motor.h
- Committer:
- zjyporridge
- Date:
- 2016-05-31
- Revision:
- 3:0cba1132c8a3
- Parent:
- 2:50062ac8646d
File content as of revision 3:0cba1132c8a3:
#ifndef MOTOR_H #define MOTOR_H #include "mbed.h" void motor_drive(); //void motor_init(); void getstep(); char max(char a[],int n); #endif