1
0
Fork 0
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:
Dominic Clifton 2014-09-19 21:16:40 +01:00
parent f591732aa9
commit 41ff2e8d0e
6 changed files with 83 additions and 8 deletions

View file

@ -42,6 +42,7 @@ typedef struct drv_pwm_config_t {
#ifdef STM32F10X
bool useUART2;
#endif
bool useVbat;
bool useSoftSerial;
bool useLEDStrip;
bool useServos;