POC1.5 prototype 2 x color sensor 2 x LM75B 3 x AnalogIn 1 x accel

Dependencies:   mbed vt100

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 "edge_sensor.h"
00004 
00005 void   init_sensors(void) ;
00006 void   enable_sensors(void) ;
00007 int    init_edge_attribute(void) ;
00008 void   edge_loop(uint32_t tick_count) ;
00009 
00010 extern edge_sensor     *sensor[] ;
00011 extern bool verbos ;
00012 #endif /* _EDGE_MGR_H_ */