1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-17 05:15:18 +03:00

Powermeter added

This commit is contained in:
Bertrand Songis 2019-03-20 08:46:47 +01:00
parent 1539bdb909
commit 775ac40aaa
13 changed files with 143 additions and 44 deletions

View file

@ -1200,11 +1200,18 @@ union ReusableBuffer
struct
{
uint8_t bars[128];
uint32_t fq;
uint8_t bars[LCD_W];
uint32_t freq;
uint32_t span;
uint32_t step;
} spectrum;
} spectrumAnalyser;
struct
{
uint32_t freq;
uint32_t power;
uint32_t peak;
} powerMeter;
struct
{