mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-07 20:43:40 +00:00
create generic targets for esp32 boards
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
//go:build esp32s3_wroom1
|
||||
|
||||
package main
|
||||
|
||||
import "machine"
|
||||
|
||||
var (
|
||||
pwm = machine.PWM0
|
||||
pinA = machine.GPIO17
|
||||
pinB = machine.GPIO18
|
||||
)
|
||||
Reference in New Issue
Block a user