David Gutsch / MPL3115A2

Dependents:   Lab7 Lab9 Lab9

Fork of MPL3115A2 by MSS

Files at this revision

API Documentation at this revision

Comitter:
dgutsch
Date:
Fri Mar 02 18:29:03 2018 +0000
Parent:
3:5ff4df2e77a9
Child:
5:cf8bcbb774f1
Commit message:
commiting all of the things

Changed in this revision

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