22

Dependencies:   mbed

Fork of StewartPlatform by Guojun Jiang

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