You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Added an option to use autoPVT when logging GNSS data [50](https://github.com/sparkfun/OpenLog_Artemis/issues/50)
10
-
* Started to add support for the BNO080 so users can have access to Quaternions and Euler angles [47](https://github.com/sparkfun/OpenLog_Artemis/issues/47)
11
-
* This is work in progress. The BNO080 does not currently .begin reliably - especially on the second attempt - and I don't understand why...
(done) Add an option to use autoPVT when logging GNSS data: https://github.com/sparkfun/OpenLog_Artemis/issues/50
77
-
(work in progress) Add support for the BNO080 so users have access to Quaternions and Euler angles: https://github.com/sparkfun/OpenLog_Artemis/issues/47
78
77
*/
79
78
80
79
constint FIRMWARE_VERSION_MAJOR = 1;
@@ -207,7 +206,6 @@ ICM_20948_SPI myICM;
207
206
#include"SparkFun_ADS122C04_ADC_Arduino_Library.h"// Click here to get the library: http://librarymanager/All#SparkFun_ADS122C04
208
207
#include"SparkFun_MicroPressure.h"// Click here to get the library: http://librarymanager/All#SparkFun_MicroPressure
209
208
#include"SparkFun_Particle_Sensor_SN-GCJA5_Arduino_Library.h"// Click here to get the library: http://librarymanager/All#SparkFun_Particle_Sensor_SN-GCJA5
210
-
#include"SparkFun_BNO080_Arduino_Library.h"// Click here to get the library: http://librarymanager/All#SparkFun_BNO080
0 commit comments