stewartplatform
Dependencies:
mbed
Fork of
PwmOut_HelloWorld
by
Mbed
inc/motor.h
- Committer:
- wheels
- Date:
- 2016-05-07
- Revision:
- 2:50062ac8646d
File content as of revision 2:50062ac8646d:
#ifndef MOTOR_H
#define MOTOR_H
#include "mbed.h"
void motor_drive();
void motor_init();
#endif