MPL3115A2 Fork
Fork of MPL3115A2 by
Revision 4:c933329af2e0, committed 2018-03-02
- Comitter:
- mimccann
- Date:
- Fri Mar 02 18:07:06 2018 +0000
- Parent:
- 3:9b12f9f4457e
- Commit message:
- Move write to public
Changed in this revision
MPL3115A2.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/MPL3115A2.h Thu Mar 01 15:52:45 2018 +0000 +++ b/MPL3115A2.h Fri Mar 02 18:07:06 2018 +0000 @@ -102,9 +102,9 @@ void modeAlt(void) ; void modeBar(void) ; void readRegs(int addr, uint8_t *data, int len) ; +void writeRegs(uint8_t *data, int len) ; private: I2C m_i2c; int m_addr ; - void writeRegs(uint8_t *data, int len) ; } ; #endif /* MPL3115A2_H */