mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-27 02:05:26 +03:00
Update target.h
This commit is contained in:
parent
2f775bde32
commit
0171f82bca
1 changed files with 5 additions and 5 deletions
|
@ -101,13 +101,13 @@
|
||||||
|
|
||||||
// ADC
|
// ADC
|
||||||
#define USE_ADC
|
#define USE_ADC
|
||||||
#define ADC_INSTANCE ADC1
|
#define ADC_INSTANCE ADC1
|
||||||
|
|
||||||
#define ADC_CHANNEL_1_PIN PC3
|
#define ADC_CHANNEL_1_PIN PC3
|
||||||
#define ADC_CHANNEL_2_PIN PC2
|
#define ADC_CHANNEL_2_PIN PC2
|
||||||
|
|
||||||
#define VBAT_ADC_CHANNEL ADC_CHN_1
|
#define VBAT_ADC_CHANNEL ADC_CHN_1
|
||||||
#define CURRENT_METER_ADC_CHANNEL ADC_CHN_2
|
#define CURRENT_METER_ADC_CHANNEL ADC_CHN_2
|
||||||
|
|
||||||
#define VOLTAGE_METER_SCALE 1100
|
#define VOLTAGE_METER_SCALE 1100
|
||||||
#define CURRENT_METER_SCALE 1052
|
#define CURRENT_METER_SCALE 1052
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue