
Twisting jig experiment.
Dependencies: TextLCD
Diff: SETUP.hpp
- Revision:
- 0:273dc75dc8fa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/SETUP.hpp Fri Dec 21 15:38:53 2018 +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