lab 7
Fork of MPL3115A2 by
Diff: MPL3115A2.h
- Revision:
- 3:56755fc4f508
- Parent:
- 1:6fdcf150410e
--- a/MPL3115A2.h Wed Aug 23 12:37:18 2017 +0000 +++ b/MPL3115A2.h Thu Mar 08 16:58:46 2018 +0000 @@ -101,7 +101,7 @@ void activate(void) ; void modeAlt(void) ; void modeBar(void) ; -private: +public: I2C m_i2c; int m_addr ; void readRegs(int addr, uint8_t *data, int len) ;