firmware/src/motion
Jonathan Bennett 3a6fc668d8
20948 compass support (#6707)
* Add __has_include blocks for sensors

* Put BMP and BME back in the right sensors

* Split environmental_base to environmental_extra, to compile the working sensor libs for Native

* Remove hard-coded checks for ARCH_PORTDUINO

* Un-clobber bmx160

* Move BusIO to environmental_extra due to Armv7 compile error

* Move to forked BusIO for the moment

* Switch to Meshtastic ICM-20948 lib for Portduino support

* Use 20948 for compass direction

* Compass is more than just RAK4631

* Cleanup for 20948 compass

* use Meshtastic branch of 20948 lib

* Check for HAS_SCREEN for showing calibration screen

* No accelerometerThread on STM32
2025-05-07 18:38:42 -05:00
..
AccelerometerThread.h 20948 compass support (#6707) 2025-05-07 18:38:42 -05:00
BMA423Sensor.cpp Step one of Linux Sensor support (#6673) 2025-04-28 18:35:13 -05:00
BMA423Sensor.h Step one of Linux Sensor support (#6673) 2025-04-28 18:35:13 -05:00
BMX160Sensor.cpp 20948 compass support (#6707) 2025-05-07 18:38:42 -05:00
BMX160Sensor.h Step one of Linux Sensor support (#6673) 2025-04-28 18:35:13 -05:00
ICM20948Sensor.cpp 20948 compass support (#6707) 2025-05-07 18:38:42 -05:00
ICM20948Sensor.h 20948 compass support (#6707) 2025-05-07 18:38:42 -05:00
LIS3DHSensor.cpp Step one of Linux Sensor support (#6673) 2025-04-28 18:35:13 -05:00
LIS3DHSensor.h Step one of Linux Sensor support (#6673) 2025-04-28 18:35:13 -05:00
LSM6DS3Sensor.cpp Step one of Linux Sensor support (#6673) 2025-04-28 18:35:13 -05:00
LSM6DS3Sensor.h Step one of Linux Sensor support (#6673) 2025-04-28 18:35:13 -05:00
MotionSensor.cpp 20948 compass support (#6707) 2025-05-07 18:38:42 -05:00
MotionSensor.h 20948 compass support (#6707) 2025-05-07 18:38:42 -05:00
MPU6050Sensor.cpp Step one of Linux Sensor support (#6673) 2025-04-28 18:35:13 -05:00
MPU6050Sensor.h Step one of Linux Sensor support (#6673) 2025-04-28 18:35:13 -05:00
QMA6100PSensor.cpp Step one of Linux Sensor support (#6673) 2025-04-28 18:35:13 -05:00
QMA6100PSensor.h Step one of Linux Sensor support (#6673) 2025-04-28 18:35:13 -05:00
STK8XXXSensor.cpp Step one of Linux Sensor support (#6673) 2025-04-28 18:35:13 -05:00
STK8XXXSensor.h Step one of Linux Sensor support (#6673) 2025-04-28 18:35:13 -05:00