Guojun Jiang
/
StewartPlatform
stewartplatform
Fork of PwmOut_HelloWorld by
inc/motor.h
- Committer:
- wheels
- Date:
- 2016-08-20
- Revision:
- 3:c5ea5b6a7460
- Parent:
- 2:50062ac8646d
File content as of revision 3:c5ea5b6a7460:
#ifndef MOTOR_H #define MOTOR_H #include "mbed.h" void motor_drive(); void motor_init(); #endif