1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 08:15:30 +03:00

Add throttle level indicator led mode

This commit is contained in:
Goebish 2014-09-19 01:09:59 +02:00
parent 0b4f5804bc
commit b83e7b42b7
4 changed files with 28 additions and 3 deletions

View file

@ -48,3 +48,4 @@ void devPush(stdev_t *dev, float x);
float devVariance(stdev_t *dev);
float devStandardDeviation(stdev_t *dev);
float degreesToRadians(int16_t degrees);
int scaleRange(int x, int srcMin, int srcMax, int destMin, int destMax);