Added a GPIO to power on/off for external I2C sensor(s) (with LEDs)

Dependencies:   UniGraphic mbed vt100

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_ */