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

Committer:
Rhyme
Date:
Fri Feb 23 05:40:22 2018 +0000
Revision:
0:ce97f6d34336
color sensor reset was added at the end of calibration

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Rhyme 0:ce97f6d34336 1 #ifndef _EDGE_RESET_MGR_H_
Rhyme 0:ce97f6d34336 2 #define _EDGE_RESET_MGR_H_
Rhyme 0:ce97f6d34336 3
Rhyme 0:ce97f6d34336 4 void print_reset_reason(void) ;
Rhyme 0:ce97f6d34336 5 void software_reset(void) ;
Rhyme 0:ce97f6d34336 6 void reset_watch_dog(void) ;
Rhyme 0:ce97f6d34336 7
Rhyme 0:ce97f6d34336 8 #endif /* _EDGE_RESET_MGR_H_ */