This is the first version of this code, pre threading

Dependencies:   mbed TextLCD

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers SETUP.hpp Source File

SETUP.hpp

00001 /*
00002 Setup file for the main
00003 */
00004 
00005 #ifndef SETUP_HPP//Header Guards Prevents Multiple includes
00006 #define SETUP_HPP
00007 
00008 //Libraries and header includes
00009 #include "rtos.h"
00010 
00011 #include "STEPPER_MOTOR.hpp"
00012 
00013 //Time definitions
00014 
00015 static STEPPER_MOTOR STEPPER_MOTOR_1(D15,D14,D13,D12);
00016 #endif