lab 7

Fork of MPL3115A2 by MSS

Files at this revision

API Documentation at this revision

Comitter:
m0t0
Date:
Thu Mar 08 16:58:46 2018 +0000
Parent:
2:12223b4c88b1
Commit message:
lab7;

Changed in this revision

MPL3115A2.h Show annotated file Show diff for this revision Revisions of this file
--- 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) ;