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
-11
View File
@@ -1,11 +0,0 @@
//go:build esp32s3_wroom1
package main
import "machine"
var (
pwm = machine.PWM0
pinA = machine.GPIO17
pinB = machine.GPIO18
)