Added the pin outs

Dependencies:   mbed mbed-rtos ShiftReg TextLCD

Post/Post.hpp

Committer:
thomasmorris
Date:
2019-04-10
Revision:
3:3700f0c29710

File content as of revision 3:3700f0c29710:

#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_