Added the pin outs
Dependencies: mbed mbed-rtos ShiftReg TextLCD
Diff: Post/Post.cpp
- Revision:
- 3:3700f0c29710
- Child:
- 4:1ef122d47bf3
--- /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