Seeed WioTerminal support (#1124)

* machine/wioterminal: add support for wioterminal board
This commit is contained in:
sago35
2020-06-06 19:00:26 +09:00
committed by GitHub
parent 0c880ec44c
commit c5a896771d
9 changed files with 603 additions and 1 deletions
+10
View File
@@ -0,0 +1,10 @@
// +build wioterminal
package main
import "machine"
const (
buttonMode = machine.PinInput
buttonPinChange = machine.PinFalling
)