mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-16 10:43:29 +00:00
create generic targets for esp32 boards
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
//go:build esp32_generic
|
||||
|
||||
package machine
|
||||
|
||||
// I2C pins
|
||||
const (
|
||||
SDA_PIN = NoPin
|
||||
SCL_PIN = NoPin
|
||||
)
|
||||
Reference in New Issue
Block a user