1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-24 00:35:34 +03:00

Pitot support

This commit is contained in:
Sami Korhonen 2016-08-02 21:11:33 +03:00
parent ec8d3ea27a
commit 959cc0087e
26 changed files with 530 additions and 4 deletions

View file

@ -70,6 +70,7 @@
#include "sensors/rangefinder.h"
#include "sensors/acceleration.h"
#include "sensors/barometer.h"
#include "sensors/pitotmeter.h"
#include "sensors/compass.h"
#include "sensors/gyro.h"