1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-21 15:25:36 +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

@ -32,7 +32,7 @@ extern int16_t debug[4];
uint16_t adcGetChannel(uint8_t channel)
{
#if 0
#if DEBUG_ADC_CHANNELS
if (adcConfig[0].enabled) {
debug[0] = adcValues[adcConfig[0].dmaIndex];
}