jy z
/
StewartPlatform
22
Fork of StewartPlatform by
inc/motor.h
- Committer:
- wheels
- Date:
- 2016-05-07
- Revision:
- 2:50062ac8646d
- Child:
- 3:0cba1132c8a3
File content as of revision 2:50062ac8646d:
#ifndef MOTOR_H #define MOTOR_H #include "mbed.h" void motor_drive(); void motor_init(); #endif