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

Committer:
Rhyme
Date:
2018-04-13
Revision:
0:846e2321c637

File content as of revision 0:846e2321c637:

#ifndef _AF_MGR_H_
#define _AF_MGR_H_
#include "afLib.h"
#include "pending.h"

extern afLib           *afero ;
extern pending_class   *pending ;
extern bool             gLinked ;
extern bool             gConnected ;

void init_aflib(void) ;

#endif /* _AF_MGR_H_ */