afLib 1.3 which is supporting both SPI and UART

Dependencies:   vt100 mbed afLib_1_3

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers edge_reset_mgr.h Source File

edge_reset_mgr.h

00001 #ifndef _EDGE_RESET_MGR_H_
00002 #define _EDGE_RESET_MGR_H_
00003 
00004 void print_reset_reason(void) ;
00005 void software_reset(void) ;
00006 void reset_watch_dog(void) ;
00007 
00008 #endif /* _EDGE_RESET_MGR_H_ */