Added analogRead to GPIO

This commit is contained in:
Ea-r-th
2025-09-22 22:12:57 -07:00
parent 8214617e3a
commit 03dcfd6bbe
6 changed files with 104 additions and 3 deletions

View File

@@ -6,6 +6,7 @@
#define SHMINGO_HAL_SHAL_ADC_TYPES_H
enum class ADC_Channel : uint32_t {
CH0 = ADC_CHSELR_CHSEL0,
CH1 = ADC_CHSELR_CHSEL1,
CH2 = ADC_CHSELR_CHSEL2,
CH3 = ADC_CHSELR_CHSEL3,