Library for Bosch Sensortec BMI160 IMU

Dependents:   Rocket MAX32630FTHR_JOYSTICK MAX32630FTHR_IMU_Hello_World Pike_the_Flipper_Main_Branch ... more

Fork of BMI160 by Justin Jordan

Changes

RevisionDateWhoCommit message
20:a521606048bb 2018-05-04 Emre.Eken Some minor changes are done to make it be compiled by IAR. It can be still compiled by GCC, mbed online, Keil compilers and it has the same functionality with the previous revision default tip
19:8e66f58bef44 2018-05-04 Emre.Eken Some minor changes are done to make it be compiled by IAR. It can be still compiled by GCC, mbed online, Keil compilers and it has the same functionality with the previous revision
18:4949e9b15b6e 2017-07-11 j3 Made private i2c and spi vars reference as they should be to comply with NonCopyable class in mbed lib.
17:0ae99e97bcf5 2017-01-05 j3 Updated docs for virtual fxs;
16:12782f5d4aa4 2016-12-20 j3 Added support for gyro
15:dc35ccc0b08e 2016-12-20 j3 working
14:646eb94fa2eb 2016-12-20 j3 working on docs
13:5d132f873b07 2016-12-20 j3 working on docs
12:64931a80340d 2016-12-20 j3 experimenting with doxygen
11:24602ff07e9f 2016-12-20 j3 na
10:9e219f2f1fb3 2016-12-20 j3 Added get sensor time fx
9:ca6b5fecdd63 2016-12-20 j3 Added range support for accelerometer
8:a89b529b1d96 2016-12-20 j3 Added ACC get data fxs
7:9848196cb65e 2016-12-15 j3 Fixed PowerModes enum
6:9615aa90087d 2016-12-15 j3 Fixed Temperature fx
5:35e032c8d8aa 2016-12-14 j3 working on lib
4:ebac8c8f6347 2016-12-09 j3 Fixed typo, added power modes
3:e1770675eca4 2016-12-09 j3 Added register enumeration documentation
2:598e601e5846 2016-12-08 j3 Made BMI160 abstract base class and created derived classes BMI160_I2C and BMI160_SPI to support both interfaces.
1:a4c911640569 2016-12-07 j3 Added markups for enum and public static members
0:bb5b832891fb 2016-12-07 j3 Init Commit, basic skeleton of class