Color sensor reset at the end of calibration added. sensor id auto assignment was changed to be a fixed value assignment to avoid sensor id shift when some sensor is absent.

Dependencies:   UniGraphic mbed vt100

Revision:
0:ce97f6d34336
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/edge_utils/edge_reset_mgr.h	Fri Feb 23 05:40:22 2018 +0000
@@ -0,0 +1,8 @@
+#ifndef _EDGE_RESET_MGR_H_
+#define _EDGE_RESET_MGR_H_
+
+void print_reset_reason(void) ;
+void software_reset(void) ;
+void reset_watch_dog(void) ;
+
+#endif /* _EDGE_RESET_MGR_H_ */
\ No newline at end of file