mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-24 16:55:29 +03:00
CC3D - Add support for battery voltage monitoring on S5_IN.
See docs for further details.
This commit is contained in:
parent
f591732aa9
commit
41ff2e8d0e
6 changed files with 83 additions and 8 deletions
|
@ -42,6 +42,7 @@ typedef struct drv_pwm_config_t {
|
|||
#ifdef STM32F10X
|
||||
bool useUART2;
|
||||
#endif
|
||||
bool useVbat;
|
||||
bool useSoftSerial;
|
||||
bool useLEDStrip;
|
||||
bool useServos;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue