Testing 1 blue pill

Dependencies:   mbed mbed-rtos TextLCD

Revision:
12:d9c133b360b0
Child:
13:c681f340909b
diff -r 0309bef74ba8 -r d9c133b360b0 SETUP.hpp
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/SETUP.hpp	Tue Feb 05 16:20:32 2019 +0000
@@ -0,0 +1,16 @@
+/*
+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 
\ No newline at end of file