rp2350: add pll generalized solution; fix ADC handles; pwm period fix

This commit is contained in:
soypat
2025-02-13 18:51:04 -03:00
committed by Ron Evans
parent 0ec1cb1e19
commit 9c7bbce029
9 changed files with 322 additions and 27 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ const (
ADC5 Pin = GPIO45
ADC6 Pin = GPIO46
ADC7 Pin = GPIO47
// Ninth ADC channel.
thermADC = 48
)