10 строки
156 Б
Go
10 строки
156 Б
Go
//go:build circuitplay_express
|
|
|
|
package main
|
|
|
|
import "machine"
|
|
|
|
const (
|
|
buttonMode = machine.PinInputPulldown
|
|
buttonPinChange = machine.PinFalling
|
|
)
|