![](/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 外部センサの電源オン・オフ機能は下位互換の為に無効になっていました。 この版で再度有効にしました。
af_utils/af_mgr.h@1:8d65cfc3a2e2, 2018-06-18 (annotated)
- Committer:
- Rhyme
- Date:
- Mon Jun 18 01:56:00 2018 +0000
- Revision:
- 1:8d65cfc3a2e2
- Parent:
- 0:846e2321c637
External sensor power on/off function enabled. (Previously disabled)
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
Rhyme | 0:846e2321c637 | 1 | #ifndef _AF_MGR_H_ |
Rhyme | 0:846e2321c637 | 2 | #define _AF_MGR_H_ |
Rhyme | 0:846e2321c637 | 3 | #include "afLib.h" |
Rhyme | 0:846e2321c637 | 4 | #include "pending.h" |
Rhyme | 0:846e2321c637 | 5 | |
Rhyme | 0:846e2321c637 | 6 | extern afLib *afero ; |
Rhyme | 0:846e2321c637 | 7 | extern pending_class *pending ; |
Rhyme | 0:846e2321c637 | 8 | extern bool gLinked ; |
Rhyme | 0:846e2321c637 | 9 | extern bool gConnected ; |
Rhyme | 0:846e2321c637 | 10 | |
Rhyme | 0:846e2321c637 | 11 | void init_aflib(void) ; |
Rhyme | 0:846e2321c637 | 12 | |
Rhyme | 0:846e2321c637 | 13 | #endif /* _AF_MGR_H_ */ |