Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed mbed-rtos ShiftReg2 TextLCD
Setup.hpp
00001 #ifndef _SETUP_HPP_ 00002 #define _SETUP_HPP_ 00003 //Libraries 00004 #include "mbed.h" 00005 #include "rtos.h" //Real Time Operating System. https://os.mbed.com/handbook/RTOS 00006 //#include "ShiftReg.h" 00007 00008 00009 //Header Files 00010 #include "Control.hpp" 00011 //Digital Outputs 00012 static Thread Control_Interboard_Comms_Thread; 00013 static Thread Control_power_Thread; 00014 static Thread Feedback_Thread; 00015 static Thread Serial_PC_Thread; 00016 static Thread Serial_Board_Thread; 00017 #endif //_SETUP_HPP_
Generated on Sun Jul 17 2022 08:28:43 by
1.7.2