Skeleton code. LCD, Serial, Feedback, MOSFETS

Dependencies:   mbed mbed-rtos ShiftReg2 TextLCD

Revision:
4:020f93d35f6e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/POST/Post.hpp	Tue May 07 21:55:57 2019 +0000
@@ -0,0 +1,13 @@
+#ifndef _POST_HPP_
+#define _POST_HPP_
+
+#include "mbed.h"
+#include "rtos.h"
+
+#include "Interface.hpp"
+#include "Setup.hpp"
+void POST();//Power on self test
+  
+   
+
+#endif //_POST_HPP_
\ No newline at end of file