22

Dependencies:   mbed

Fork of StewartPlatform by Guojun Jiang

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers motor.h Source File

motor.h

00001 #ifndef MOTOR_H
00002 #define MOTOR_H
00003 
00004 #include "mbed.h"
00005 
00006 
00007 void motor_drive();
00008 //void motor_init();
00009 void getstep();
00010 char max(char a[],int n);
00011 
00012 #endif