Skeleton code. LCD, Serial, Feedback, MOSFETS

Dependencies:   mbed mbed-rtos ShiftReg2 TextLCD

Committer:
thomasmorris
Date:
Tue May 07 21:55:57 2019 +0000
Revision:
4:020f93d35f6e
Added mutex and safey coding needs more. Added board and serial functions that need testing. As well as a more thorough post function.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
thomasmorris 4:020f93d35f6e 1 #ifndef _POST_HPP_
thomasmorris 4:020f93d35f6e 2 #define _POST_HPP_
thomasmorris 4:020f93d35f6e 3
thomasmorris 4:020f93d35f6e 4 #include "mbed.h"
thomasmorris 4:020f93d35f6e 5 #include "rtos.h"
thomasmorris 4:020f93d35f6e 6
thomasmorris 4:020f93d35f6e 7 #include "Interface.hpp"
thomasmorris 4:020f93d35f6e 8 #include "Setup.hpp"
thomasmorris 4:020f93d35f6e 9 void POST();//Power on self test
thomasmorris 4:020f93d35f6e 10
thomasmorris 4:020f93d35f6e 11
thomasmorris 4:020f93d35f6e 12
thomasmorris 4:020f93d35f6e 13 #endif //_POST_HPP_