mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-19 03:54:01 +00:00
feather-stm32f405, feather-rp2040: add I2C pin names
This commit is contained in:
@@ -38,6 +38,9 @@ const (
|
||||
|
||||
I2C1_SDA_PIN = GPIO2
|
||||
I2C1_SCL_PIN = GPIO3
|
||||
|
||||
SDA_PIN = I2C1_SDA_PIN
|
||||
SCL_PIN = I2C1_SCL_PIN
|
||||
)
|
||||
|
||||
// SPI default pins
|
||||
|
||||
Reference in New Issue
Block a user