22

Dependencies:   mbed

Fork of StewartPlatform by Guojun Jiang

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