mirror of
https://github.com/opentx/opentx.git
synced 2025-07-13 19:40:20 +03:00
Projectkk2glider/issue 3432 jitter filter option (#3452)
* Fixes #3432: radio option added to turn on/off ADC jitter filter (ported from master) * Gtests fix * Re #3432: compilation fix * Re #3432: existing field split to accommodate the new option without the RadioData size change
This commit is contained in:
parent
9924695b1d
commit
97cc58e323
25 changed files with 112 additions and 56 deletions
|
@ -585,6 +585,11 @@ uint16_t anaIn(uint8_t chan)
|
|||
return 0;
|
||||
}
|
||||
|
||||
uint16_t getAnalogValue(uint8_t index)
|
||||
{
|
||||
return anaIn(index);
|
||||
}
|
||||
|
||||
void createBitmap(int index, uint16_t *data, int x, int y, int w, int h)
|
||||
{
|
||||
th9xSim->createBitmap(index, data, x, y, w, h);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue