Testing 1 blue pill

Dependencies:   mbed mbed-rtos TextLCD

SETUP.hpp

Committer:
thomasmorris
Date:
2019-02-05
Revision:
12:d9c133b360b0
Child:
13:c681f340909b

File content as of revision 12:d9c133b360b0:

/*
Setup file for the main
*/

#ifndef SETUP_HPP//Header Guards Prevents Multiple includes
#define SETUP_HPP

//Libraries and header includes
#include "rtos.h"

#include "STEPPER_MOTOR.hpp"

//Time definitions

static STEPPER_MOTOR STEPPER_MOTOR_1(D15,D14,D13,D12);
#endif