mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-05 11:37:46 +00:00
9 lines
89 B
Go
9 lines
89 B
Go
//go:build esp32c3_generic
|
|
|
|
package machine
|
|
|
|
const (
|
|
SDA_PIN = NoPin
|
|
SCL_PIN = NoPin
|
|
)
|