mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 00:35:39 +03:00
sonar althold
Conflicts: src/imu.c
This commit is contained in:
parent
f5baefea5b
commit
5253064b46
5 changed files with 55 additions and 5 deletions
|
@ -17,5 +17,9 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
extern int32_t sonarAlt;
|
||||
|
||||
void Sonar_init(void);
|
||||
void Sonar_update(void);
|
||||
|
||||
int16_t sonarCalculateAltitude(int32_t sonarAlt, rollAndPitchInclination_t *angle);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue