gpio

package
v1.0.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 26, 2023 License: MIT Imports: 4 Imported by: 3

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 GPIOPinIn

type GPIOPinIn interface {
	Read() bool
}

func NewGPIOIn added in v1.0.1

func NewGPIOIn(gpioPinNum string) GPIOPinIn

type GPIOPinOut

type GPIOPinOut interface {
	Out(bool)
}

func NewGPIOOut added in v1.0.1

func NewGPIOOut(gpioPinNum string) GPIOPinOut

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL