new Bosch BMI088 IMU driver using FIFOs and DRDY

This commit is contained in:
Daniel Agar
2020-06-04 16:16:40 -04:00
parent b6ec00c079
commit 13e34b32e6
30 changed files with 1801 additions and 1739 deletions
@@ -97,7 +97,7 @@ private:
float _range{16 * CONSTANTS_ONE_G};
float _scale{1.f};
float _temperature{0.f};
float _temperature{NAN};
float _clip_limit{_range / _scale};
+1 -1
View File
@@ -95,7 +95,7 @@ private:
float _range{math::radians(2000.f)};
float _scale{1.f};
float _temperature{0.f};
float _temperature{NAN};
uint32_t _error_count{0};