1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 14:25:20 +03:00
betaflight/src/main/sensors
2024-10-09 06:44:39 +11:00
..
acceleration.c Vector library expansion (#12968) 2024-09-16 07:03:32 +10:00
acceleration.h Vector library expansion (#12968) 2024-09-16 07:03:32 +10:00
acceleration_init.c Vector library expansion (#12968) 2024-09-16 07:03:32 +10:00
acceleration_init.h Refactoring of IMU and ACC 2022-06-28 18:26:10 +02:00
adcinternal.c Fix incorrect Vref calibration 2019-07-24 11:40:45 +09:00
adcinternal.h Removed excess trailing spaces before new lines on licenses. 2018-04-25 20:58:00 +10:00
barometer.c Barometer - remove unnecessary static variables (#13496) 2024-04-17 15:36:58 +02:00
barometer.h STMicro LPS22DF baro support (#13054) 2023-12-06 07:15:57 +11:00
battery.c battery - fix BATTERY_NOT_PRESENT detection, detection logic change (#13599) 2024-05-04 10:47:06 +02:00
battery.h Voltage detection method (#13350) 2024-02-07 00:07:42 +01:00
boardalignment.c Vector library expansion (#12968) 2024-09-16 07:03:32 +10:00
boardalignment.h Vector library expansion (#12968) 2024-09-16 07:03:32 +10:00
compass.c Vector library expansion (#12968) 2024-09-16 07:03:32 +10:00
compass.h Vector library expansion (#12968) 2024-09-16 07:03:32 +10:00
current.c FIX CONFIG: Further config.h mappings - CURR, BATT, BARO and BLACKBOX (#12453) 2023-03-06 10:02:47 +11:00
current.h Implement battery continuation using persistent stats and popup menu functionality 2022-07-19 22:50:01 +02:00
current_ids.h Removed excess trailing spaces before new lines on licenses. 2018-04-25 20:58:00 +10:00
esc_sensor.c Dshot RPM Telemetry Refactoring (#13012) 2023-12-03 15:16:35 +11:00
esc_sensor.h Update esc_sensor.h to support higher esc telemetry voltage display (#13115) 2023-11-14 12:42:12 +11:00
gyro.c Vector library expansion (#12968) 2024-09-16 07:03:32 +10:00
gyro.h Refactoring of IMU and ACC 2022-06-28 18:26:10 +02:00
gyro_filter_impl.c Increase Number of Available Dynamic Notches to 7 (#13750) 2024-07-29 05:10:36 +09:00
gyro_init.c Make the imuGyroFilter actually filter (#13961) 2024-10-09 06:44:39 +11:00
gyro_init.h New SPI API supporting DMA 2021-07-25 12:40:25 +12:00
initialisation.c Fix disabling sensor configuration (when device needs battery power) (#13177) 2023-11-28 10:42:31 +01:00
initialisation.h Introduce per device pin pre-init 2018-12-13 11:15:26 +09:00
rangefinder.c Remove old style definitions 2022-10-13 03:33:54 +02:00
rangefinder.h Cleaned up rangefinder code, removed unsupported driver stubs. 2020-06-22 01:03:25 +12:00
sensors.h Introduced 'baroStartCalibration()' / 'baroSetGroundLevel()' to make barometer code more self contained. 2019-11-17 23:34:10 +13:00
voltage.c battery - fix BATTERY_NOT_PRESENT detection, detection logic change (#13599) 2024-05-04 10:47:06 +02:00
voltage.h battery - fix BATTERY_NOT_PRESENT detection, detection logic change (#13599) 2024-05-04 10:47:06 +02:00
voltage_ids.h Removed excess trailing spaces before new lines on licenses. 2018-04-25 20:58:00 +10:00