firmware/src/motion
Jonathan Bennett 473ef1bc03
Step one of Linux Sensor support (#6673)
* First addition of __has_include for sensor support

* Add __has_include blocks for sensors

* Put BMP and BME back in the right sensors

* Make TelemetrySensor::setup() a pure virtual finction

* 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

* Enable HAS_SENSOR for Portduino

* Move back to Adafruit BusIO after patch
2025-04-28 18:35:13 -05:00
..
AccelerometerThread.h Remove unnecessary null pointer checks (#6358) 2025-03-21 05:54: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 Step one of Linux Sensor support (#6673) 2025-04-28 18:35:13 -05:00
BMX160Sensor.h Step one of Linux Sensor support (#6673) 2025-04-28 18:35:13 -05:00
ICM20948Sensor.cpp Step one of Linux Sensor support (#6673) 2025-04-28 18:35:13 -05:00
ICM20948Sensor.h Step one of Linux Sensor support (#6673) 2025-04-28 18:35:13 -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 Step one of Linux Sensor support (#6673) 2025-04-28 18:35:13 -05:00
MotionSensor.h Step one of Linux Sensor support (#6673) 2025-04-28 18:35:13 -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