1
0
Fork 0
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:
DieHertz 2017-09-09 23:17:45 +03:00
parent ab53b178ca
commit 8c4b898128
3 changed files with 6 additions and 2 deletions

View file

@ -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;