Documentation ¶
Index ¶
Constants ¶
View Source
const High = true
View Source
const Low = false
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GPIOPinOut ¶
type GPIOPinOut interface {
Out(bool)
}
func NewGPIOOut ¶ added in v1.0.1
func NewGPIOOut(gpioPinNum string) GPIOPinOut
Click to show internal directories.
Click to hide internal directories.