afLib 1.3 which is supporting both SPI and UART

Dependencies:   vt100 mbed afLib_1_3

edge_utils/edge_mgr.h

Committer:
Rhyme
Date:
2018-04-23
Revision:
0:87662653a3c6

File content as of revision 0:87662653a3c6:

#ifndef _EDGE_MGR_H_
#define _EDGE_MGR_H_
#include "mbed.h"
#include "vt100.h"

int    init_edge_attribute(void) ;
void   edge_loop(uint32_t tick_count) ;
void   reboot_edge(void) ;

extern char             *reset_reason_str ;
extern bool             verbos ;
extern int              edge_mgr_status ;
extern vt100            *tty ;

#define EDGE_MGR_INIT    0
#define EDGE_MGR_RUNNING 1

#endif /* _EDGE_MGR_H_ */