1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 00:35:39 +03:00
betaflight/src/main/sensors
Michael Keller adc20088b5
Merge pull request #10662 from klutvott123/dynamic-notch-update-fix
Allow re-initialising dynamic notch
2021-05-18 00:53:35 +12:00
..
acceleration.c Split acceleration code into init and runtime to save flash space 2020-10-15 15:58:47 -04:00
acceleration.h Add support for LSM6DSO gyro/acc 2020-06-21 16:22:29 -04:00
acceleration_init.c Split acceleration code into init and runtime to save flash space 2020-10-15 15:58:47 -04:00
acceleration_init.h Split acceleration code into init and runtime to save flash space 2020-10-15 15:58:47 -04: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 Merge pull request #10609 from SteveCEvans/rx_state 2021-03-28 16:41:11 +13:00
barometer.h Barometer Infineon DPS310 support 2020-06-29 00:09:56 +09:00
battery.c Fix vbat_hysteresis docs and potential calculation underflow 2021-02-17 11:56:14 -05:00
battery.h Fix vbat_hysteresis docs and potential calculation underflow 2021-02-17 11:56:14 -05:00
boardalignment.c Cleaned up matrix rotation. 2021-04-26 23:10:00 +12:00
boardalignment.h Refactored arbitrary gyro and mag alignment. 2019-07-13 11:51:20 +12:00
compass.c Support MPU925x internal magnetometer over I2C 2020-09-14 23:41:45 +02:00
compass.h Support MPU925x internal magnetometer over I2C 2020-09-14 23:41:45 +02:00
current.c Small doc enhancements 2021-04-16 07:49:25 +02:00
current.h fix comments 2021-04-16 16:09:54 +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 Moved configuration validation into 'config.c'. 2019-11-24 21:19:26 +13:00
esc_sensor.h Added offset parameter to ESC sensor current calculation to compensate for non-ESC consumption. 2018-05-30 00:38:33 +12:00
gyro.c tabs and spaces 2021-04-26 19:11:47 +02:00
gyro.h tabs and spaces 2021-04-26 19:11:47 +02:00
gyro_filter_impl.c Added tracking of multiple dynamic notches per axis and replaced FFT with SDFT 2021-03-24 17:09:28 +01:00
gyro_init.c Merge pull request #10662 from klutvott123/dynamic-notch-update-fix 2021-05-18 00:53:35 +12:00
gyro_init.h Split initialization from gyro.c for flash savings 2020-03-13 10:08:11 -04:00
initialisation.c Split initialization from gyro.c for flash savings 2020-03-13 10:08:11 -04:00
initialisation.h Introduce per device pin pre-init 2018-12-13 11:15:26 +09:00
rangefinder.c Cleaned up rangefinder code, removed unsupported driver stubs. 2020-06-22 01:03:25 +12: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 Fixes from review. 2020-03-26 01:54:42 +13:00
voltage.h Fixes from review. 2020-03-26 01:54:42 +13:00
voltage_ids.h Removed excess trailing spaces before new lines on licenses. 2018-04-25 20:58:00 +10:00