PROJ515 / Mbed 2 deprecated PROJ514-MASTER

Dependencies:   mbed mbed-rtos ShiftReg2 TextLCD

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers Post.hpp Source File

Post.hpp

00001 #ifndef _POST_HPP_
00002 #define _POST_HPP_
00003 
00004 #include "mbed.h"
00005 #include "rtos.h"
00006 
00007 #include "Interface.hpp"
00008 #include "Setup.hpp"
00009 void POST();//Power on self test
00010   
00011    
00012 
00013 #endif //_POST_HPP_