mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-15 00:13:43 +00:00
rp2350: add pll generalized solution; fix ADC handles; pwm period fix
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
//go:build rp2350 && !rp2350b
|
||||
|
||||
package machine
|
||||
|
||||
// Analog pins on RP2350a.
|
||||
const (
|
||||
ADC0 Pin = GPIO26
|
||||
ADC1 Pin = GPIO27
|
||||
ADC2 Pin = GPIO28
|
||||
ADC3 Pin = GPIO29
|
||||
|
||||
// fifth ADC channel.
|
||||
thermADC = 30
|
||||
)
|
||||
Reference in New Issue
Block a user