This is the first version of this code, pre threading
Embed:
(wiki syntax)
Show/hide line numbers
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
Generated on Sun Jul 17 2022 10:54:59 by
1.7.2