Water control / Mbed 2 deprecated Water_pump

Dependencies:   DRV88255 mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers motors.h Source File

motors.h

00001 #ifndef MOTORS
00002 #define MOTORS
00003 #include "mbed.h" 
00004 
00005 void move_motors(char, char* , int);
00006 //Motor constants
00007 #define MAX_SPEED 10000
00008 #define MICROSTEPS_PER_STEP 4                                                   //Either 2, 4, 8, 16, or 32
00009 
00010 #endif