mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-17 11:13:27 +00:00
create generic targets for esp32 boards
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
//go:build esp32c3_generic
|
||||
|
||||
package machine
|
||||
|
||||
const (
|
||||
SDA_PIN = NoPin
|
||||
SCL_PIN = NoPin
|
||||
)
|
||||
Reference in New Issue
Block a user