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
History
changed i2c to pointer reference to make initialization more generic and compatible with other sensor libraries
2015-08-17, by clwillingham [Mon, 17 Aug 2015 18:25:11 +0000] rev 4
changed i2c to pointer reference to make initialization more generic and compatible with other sensor libraries
Documentation fixes
2014-06-02, by screamer [Mon, 02 Jun 2014 17:36:38 +0000] rev 3
Documentation fixes
Improve the documentation
2014-06-02, by screamer [Mon, 02 Jun 2014 17:06:32 +0000] rev 2
Improve the documentation
Basic component library for the FXAS21000 gyro from Freescale
2014-04-19, by JimCarver [Sat, 19 Apr 2014 00:13:03 +0000] rev 1
Basic component library for the FXAS21000 gyro from Freescale
Improved version, added getWhoAmI() and readXYXraw()
2014-04-19, by JimCarver [Sat, 19 Apr 2014 00:10:49 +0000] rev 0
Improved version, added getWhoAmI() and readXYXraw()