Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of MPL3115A2 by
Diff: MPL3115A2.h
- Revision:
- 4:e6b776404541
- Parent:
- 3:5ff4df2e77a9
--- a/MPL3115A2.h Thu Mar 01 22:17:45 2018 +0000 +++ b/MPL3115A2.h Fri Mar 02 18:29:03 2018 +0000 @@ -102,10 +102,13 @@ void modeAlt(void) ; void modeBar(void) ; void readRegs(int addr, uint8_t *data, int len) ; +void writeRegs(uint8_t *data, int len) ; +//I2c m_i2c; +//int m_addr; private: I2C m_i2c; int m_addr ; //void readRegs(int addr, uint8_t *data, int len) ; - void writeRegs(uint8_t *data, int len) ; + //void writeRegs(uint8_t *data, int len) ; } ; #endif /* MPL3115A2_H */
