Added the pin outs

Dependencies:   mbed mbed-rtos ShiftReg TextLCD

Revision:
3:3700f0c29710
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Post/Post.hpp	Wed Apr 10 11:33:32 2019 +0000
@@ -0,0 +1,12 @@
+#ifndef _POST_HPP_
+#define _POST_HPP_
+
+#include "mbed.h"
+#include "rtos.h"
+
+#include "Interface.hpp"
+#include "Power.hpp"
+#include "Setup.hpp"
+void POST();//Power on self test
+
+#endif //_POST_HPP_
\ No newline at end of file