mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-06 20:13:40 +00:00
Seeed WioTerminal support (#1124)
* machine/wioterminal: add support for wioterminal board
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
// +build wioterminal
|
||||
|
||||
package main
|
||||
|
||||
import "machine"
|
||||
|
||||
const (
|
||||
buttonMode = machine.PinInput
|
||||
buttonPinChange = machine.PinFalling
|
||||
)
|
||||
Reference in New Issue
Block a user