Added the pin outs

Dependencies:   mbed mbed-rtos ShiftReg TextLCD

Committer:
thomasmorris
Date:
Thu Apr 11 11:37:39 2019 +0000
Revision:
4:1ef122d47bf3
Child:
6:347c1f441b94
A very classy affair

Who changed what in which revision?

UserRevisionLine numberNew contents of line
thomasmorris 4:1ef122d47bf3 1 #include "Feedback.hpp"
thomasmorris 4:1ef122d47bf3 2
thomasmorris 4:1ef122d47bf3 3 FEEDBACK::FEEDBACK(){}
thomasmorris 4:1ef122d47bf3 4 FEEDBACK::~FEEDBACK(){}
thomasmorris 4:1ef122d47bf3 5 void FEEDBACK::Init(){}
thomasmorris 4:1ef122d47bf3 6 int FEEDBACK::Post()//Power on self test
thomasmorris 4:1ef122d47bf3 7 {
thomasmorris 4:1ef122d47bf3 8 return 1;//Success
thomasmorris 4:1ef122d47bf3 9 }
thomasmorris 4:1ef122d47bf3 10
thomasmorris 4:1ef122d47bf3 11 void FEEDBACK_test()
thomasmorris 4:1ef122d47bf3 12 {
thomasmorris 4:1ef122d47bf3 13 sleep(); //Do something here
thomasmorris 4:1ef122d47bf3 14 }