1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-26 01:35:35 +03:00

Update target.h

This commit is contained in:
Darren Lines 2024-12-10 20:15:35 +00:00
parent 2f775bde32
commit 0171f82bca

View file

@ -101,13 +101,13 @@
// ADC
#define USE_ADC
#define ADC_INSTANCE ADC1
#define ADC_INSTANCE ADC1
#define ADC_CHANNEL_1_PIN PC3
#define ADC_CHANNEL_2_PIN PC2
#define ADC_CHANNEL_1_PIN PC3
#define ADC_CHANNEL_2_PIN PC2
#define VBAT_ADC_CHANNEL ADC_CHN_1
#define CURRENT_METER_ADC_CHANNEL ADC_CHN_2
#define VBAT_ADC_CHANNEL ADC_CHN_1
#define CURRENT_METER_ADC_CHANNEL ADC_CHN_2
#define VOLTAGE_METER_SCALE 1100
#define CURRENT_METER_SCALE 1052