![](/media/cache/group/1711.jpg.50x50_q85.jpg)
Added a GPIO to power on/off for external I2C sensor(s) (with LEDs)
Dependencies: UniGraphic mbed vt100
18-Jun-2018 外部センサの電源オン・オフ機能は下位互換の為に無効になっていました。 この版で再度有効にしました。
edge_utils/edge_reset_mgr.h@0:846e2321c637, 2018-04-13 (annotated)
- Committer:
- Rhyme
- Date:
- Fri Apr 13 04:19:23 2018 +0000
- Revision:
- 0:846e2321c637
power to color sensor on/off test OK. Currently the function is disabled.
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
Rhyme | 0:846e2321c637 | 1 | #ifndef _EDGE_RESET_MGR_H_ |
Rhyme | 0:846e2321c637 | 2 | #define _EDGE_RESET_MGR_H_ |
Rhyme | 0:846e2321c637 | 3 | |
Rhyme | 0:846e2321c637 | 4 | void print_reset_reason(void) ; |
Rhyme | 0:846e2321c637 | 5 | void software_reset(void) ; |
Rhyme | 0:846e2321c637 | 6 | void reset_watch_dog(void) ; |
Rhyme | 0:846e2321c637 | 7 | |
Rhyme | 0:846e2321c637 | 8 | #endif /* _EDGE_RESET_MGR_H_ */ |