FXAS21000
Forks of FXAS21000
A fork is a repository which is based on a copy of this repository.
Reimplemented FXAS21000 library for Freescale Gyro
Needed for FXAS21000 NXP gyroscope
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 …