A classy affair

Dependencies:   mbed mbed-rtos ShiftReg TextLCD

Revision:
3:3700f0c29710
Child:
4:1ef122d47bf3
diff -r 4c18a6d89f19 -r 3700f0c29710 Post/Post.cpp
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Post/Post.cpp	Wed Apr 10 11:33:32 2019 +0000
@@ -0,0 +1,14 @@
+#include "Post.hpp"
+POWER POWER_1(PA_10,PA_11,PB_0,PB_1);
+INTERFACE INTERFACE_1;
+void POST()
+{
+    if(POWER_1.Post() == 1)//Success
+    {
+        PC.printf("POWER Post pass\n");   
+    }
+    if(INTERFACE_1.Post() == 1)//Success
+    {
+        PC.printf("POWER Post pass\n");   
+    }
+}
\ No newline at end of file