mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 08:15:30 +03:00
Added internal resistance adjustment
This commit is contained in:
parent
ab53b178ca
commit
8c4b898128
3 changed files with 6 additions and 2 deletions
|
@ -38,8 +38,11 @@ typedef enum {
|
|||
|
||||
typedef struct cameraControlConfig_s {
|
||||
cameraControlMode_e mode;
|
||||
// measured in 10 mV steps
|
||||
uint16_t refVoltage;
|
||||
uint16_t keyDelayMs;
|
||||
// measured 100 Ohm steps
|
||||
uint16_t internalResistance;
|
||||
|
||||
ioTag_t ioTag;
|
||||
} cameraControlConfig_t;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue