Added the pin outs

Dependencies:   mbed mbed-rtos ShiftReg TextLCD

Revision:
3:3700f0c29710
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Power/Power.cpp	Wed Apr 10 11:33:32 2019 +0000
@@ -0,0 +1,15 @@
+#include "Power.hpp"
+
+
+POWER::POWER(PinName N1, PinName N2, PinName N3, PinName N4) : Muscle_1(N1),Muscle_2(N2),FEEDBACK_1(N3),FEEDBACK_2(N4)
+{
+       
+}
+
+POWER::~POWER(){}   //Destructor
+
+void POWER::Init(){}//Initialisation Routine
+int POWER::Post()//Power on self test
+{
+    return 1;//Success
+}
\ No newline at end of file