Documentation ¶
Index ¶
Constants ¶
View Source
const ( //Low signal Low = rpio.Low //High signal High = rpio.High )
Variables ¶
View Source
var States = map[State]string{
Low: "low",
High: "high",
}
States state names
Functions ¶
Types ¶
type InputPin ¶
type InputPin interface { Input() Read() rpio.State }
InputPin minimal interface for a GPIO pin
Click to show internal directories.
Click to hide internal directories.