create generic targets for esp32 boards

This commit is contained in:
Joel Wetzell
2026-04-14 18:51:27 -05:00
committed by Ron Evans
parent eabd1ddce0
commit 0755145824
10 changed files with 53 additions and 42 deletions
+9
View File
@@ -0,0 +1,9 @@
//go:build esp32_generic
package machine
// I2C pins
const (
SDA_PIN = NoPin
SCL_PIN = NoPin
)