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_mgr.h Source File

edge_mgr.h

00001 #ifndef _EDGE_MGR_H_
00002 #define _EDGE_MGR_H_
00003 #include "mbed.h"
00004 #include "vt100.h"
00005 
00006 int    init_edge_attribute(void) ;
00007 void   edge_loop(uint32_t tick_count) ;
00008 void   reboot_edge(void) ;
00009 
00010 extern char             *reset_reason_str ;
00011 extern bool             verbos ;
00012 extern int              edge_mgr_status ;
00013 extern vt100            *tty ;
00014 
00015 #define EDGE_MGR_INIT    0
00016 #define EDGE_MGR_RUNNING 1
00017 
00018 #endif /* _EDGE_MGR_H_ */