MPL3115A2 Fork
Fork of MPL3115A2 by
Diff: MPL3115A2.h
- Revision:
- 3:9b12f9f4457e
- Parent:
- 1:6fdcf150410e
- Child:
- 4:c933329af2e0
--- a/MPL3115A2.h Wed Aug 23 12:37:18 2017 +0000 +++ b/MPL3115A2.h Thu Mar 01 15:52:45 2018 +0000 @@ -101,10 +101,10 @@ void activate(void) ; void modeAlt(void) ; void modeBar(void) ; +void readRegs(int addr, uint8_t *data, int len) ; private: I2C m_i2c; int m_addr ; - void readRegs(int addr, uint8_t *data, int len) ; void writeRegs(uint8_t *data, int len) ; } ; #endif /* MPL3115A2_H */