mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 12:10:13 +01:00
stm32/adc: Remove obsolete FIRST/LAST GPIO channel macros.
This commit is contained in:
committed by
Damien George
parent
e5df4a96fa
commit
31f2440388
@@ -104,8 +104,6 @@
|
||||
|
||||
#elif defined(STM32G4)
|
||||
|
||||
#define ADC_FIRST_GPIO_CHANNEL (0)
|
||||
#define ADC_LAST_GPIO_CHANNEL (18)
|
||||
#define ADC_SCALE_V (((float)VREFINT_CAL_VREF) / 1000.0f)
|
||||
#define ADC_CAL_ADDRESS VREFINT_CAL_ADDR
|
||||
#define ADC_CAL1 TEMPSENSOR_CAL1_ADDR
|
||||
|
||||
Reference in New Issue
Block a user