Dummy commit.
Dependents: iBeacon acnsensa acnSENSA
Fork of ACD52832_LSM9DS1 by
Diff: LSM9DS1.h
- Revision:
- 5:d6a0d907988f
- Parent:
- 4:a1a57aaacc4c
--- a/LSM9DS1.h Tue Sep 26 14:11:26 2017 +0000 +++ b/LSM9DS1.h Fri Mar 02 12:37:11 2018 +0000 @@ -3,12 +3,12 @@ class LSM9DS1{ public: LSM9DS1(I2C *i2c); - void startMag(void); - void readMag(int16_t *results); - void startAcc(void); - void readAcc(int16_t *results); - void startGyro(void); - void readGyro(int16_t *results); + void startMagnetometer(void); + void readMagnetometer(int16_t *results); + void startAccelerometer(void); + void readAccelerometer(int16_t *results); + void startGyroscope(void); + void readGyroscope(int16_t *results); private: I2C *_i2c; }; \ No newline at end of file