[MSP SENSOR] Add support for MSP Airspeed sensor
commitc91b91ae82d87d2206e74e9485cf3f5b1802eece
authorKonstantin (DigitalEntity) Sharlaimov <konstantin.sharlaimov@gmail.com>
Sat, 24 Oct 2020 08:08:02 +0000 (24 10:08 +0200)
committerKonstantin (DigitalEntity) Sharlaimov <konstantin.sharlaimov@gmail.com>
Sat, 24 Oct 2020 09:02:37 +0000 (24 11:02 +0200)
tree46c33dc5d7eb7e2d4a3991f77405c3362913318e
parentf0943875bab00528dd30b1cf3c2cd08cc366dfb7
[MSP SENSOR] Add support for MSP Airspeed sensor
19 files changed:
src/main/CMakeLists.txt
src/main/drivers/pitotmeter/pitotmeter.h [moved from src/main/drivers/pitotmeter.h with 100% similarity]
src/main/drivers/pitotmeter/pitotmeter_adc.c [moved from src/main/drivers/pitotmeter_adc.c with 94% similarity, mode: 0644]
src/main/drivers/pitotmeter/pitotmeter_adc.h [moved from src/main/drivers/pitotmeter_adc.h with 100% similarity, mode: 0644]
src/main/drivers/pitotmeter/pitotmeter_fake.c [moved from src/main/drivers/pitotmeter_fake.c with 100% similarity, mode: 0644]
src/main/drivers/pitotmeter/pitotmeter_fake.h [moved from src/main/drivers/pitotmeter_fake.h with 100% similarity, mode: 0644]
src/main/drivers/pitotmeter/pitotmeter_ms4525.c [moved from src/main/drivers/pitotmeter_ms4525.c with 99% similarity]
src/main/drivers/pitotmeter/pitotmeter_ms4525.h [moved from src/main/drivers/pitotmeter_ms4525.h with 100% similarity]
src/main/drivers/pitotmeter/pitotmeter_msp.c [new file with mode: 0644]
src/main/drivers/pitotmeter/pitotmeter_msp.h [new file with mode: 0644]
src/main/drivers/pitotmeter/pitotmeter_virtual.c [moved from src/main/drivers/pitotmeter_virtual.c with 96% similarity]
src/main/drivers/pitotmeter/pitotmeter_virtual.h [moved from src/main/drivers/pitotmeter_virtual.h with 100% similarity]
src/main/fc/fc_msp.c
src/main/fc/settings.yaml
src/main/msp/msp_protocol_v2_sensor.h
src/main/msp/msp_protocol_v2_sensor_msg.h
src/main/sensors/pitotmeter.c
src/main/sensors/pitotmeter.h
src/main/target/common.h