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
edge_utils/edge_reset_mgr.h@1:8818b793d147, 2018-02-23 (annotated)
- Committer:
- Rhyme
- Date:
- Fri Feb 23 07:51:55 2018 +0000
- Revision:
- 1:8818b793d147
- Parent:
- 0:ce97f6d34336
Wrong behavior when one of color sensor is missing has been fixed.
Who changed what in which revision?
User | Revision | Line number | New 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_ */ |