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.
Dependents: iBeacon acnsensa acnSENSA
Fork of ACD52832_LSM9DS1 by
LSM9DS1.h
00001 #include "mbed.h" 00002 00003 class LSM9DS1{ 00004 public: 00005 LSM9DS1(I2C *i2c); 00006 void startMagnetometer(void); 00007 void readMagnetometer(int16_t *results); 00008 void startAccelerometer(void); 00009 void readAccelerometer(int16_t *results); 00010 void startGyroscope(void); 00011 void readGyroscope(int16_t *results); 00012 private: 00013 I2C *_i2c; 00014 };
Generated on Sun Jul 17 2022 22:02:01 by
1.7.2
