We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37f35f8 commit 64fa785Copy full SHA for 64fa785
src/machine/i2c.go
@@ -1,4 +1,4 @@
1
-//go:build !baremetal || atmega || nrf || sam || stm32 || fe310 || k210 || rp2040 || mimxrt1062 || (esp32c3 && !m5stamp_c3) || esp32
+//go:build !baremetal || atmega || nrf || sam || stm32 || fe310 || k210 || rp2040 || rp2350 || mimxrt1062 || (esp32c3 && !m5stamp_c3) || esp32
2
3
package machine
4
src/machine/machine_rp2040_i2c.go renamed to src/machine/machine_rp2_i2c.go
-//go:build rp2040
+//go:build rp2040 || rp2350
@@ -8,7 +8,7 @@ import (
8
"internal/itoa"
9
)
10
11
-// I2C on the RP2040.
+// I2C on the RP2040/RP2350
12
var (
13
I2C0 = &_I2C0
14
_I2C0 = I2C{
0 commit comments