Coiling jig experiment with buttons for coiling, annealing and testing.

Dependencies:   TextLCD

SETUP.hpp

Committer:
yphilippou
Date:
2018-12-21
Revision:
0:7795c79c9480

File content as of revision 0:7795c79c9480:

/*
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