Modified FXAS21000 library. changed _i2c to a pointer allowing you to pass an existing I2C object to the library instead of initializing a new one each time. This is mainly to make this library more practical to use alongside other I2C sensors.
Fork of FXAS21000 by
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
4:c411fbb2cc2f | 2015-08-17 | clwillingham | changed i2c to pointer reference to make initialization more generic and compatible with other sensor libraries |
3:a8f83b52f4df | 2014-06-02 | screamer | Documentation fixes |
2:cd21ef326977 | 2014-06-02 | screamer | Improve the documentation |
1:88a036a417bf | 2014-04-19 | JimCarver | Basic component library for the FXAS21000 gyro from Freescale |
0:4cfc774d6d85 | 2014-04-19 | JimCarver | Improved version, added getWhoAmI() and readXYXraw() |