Commit Graph

3 Commits

Author SHA1 Message Date
Dan Welch
14561f63a8 Persist BMX160 compass calibration
- move compass calibration highest/lowest XYZ to struct for easier
  load/save
- implement littleFS load/save of compass calibration values
2024-12-13 16:20:14 -07:00
Dan Welch
4b1db13f25 Initiate magenetometer based compass calibration from button presses
- only active for BMX160 accelerometers on RAK_4631
- replace automatic calibration on power on with button triggered
  calibration
- set 5 presses to trigger 30s calibration
- set 6 presses to trigger 60s calibration (useful if unit is not
  handheld, ie vehicle mounted)
- show calibration time remaining on calibration alert screen
2024-12-12 15:08:55 -07:00
David
9456c42fc0
Refactor AccelerometerThread.h (#4831)
* Initial upload

* Tidy up

* Update ICM20948Sensor.cpp

* Update AccelerometerThread.h

* Initial upload

* Tidy up

* Update ICM20948Sensor.cpp

* Update AccelerometerThread.h

---------

Co-authored-by: Ben Meadors <benmmeadors@gmail.com>
2024-09-25 06:25:31 -05:00