device

package
v2.0.12 Latest Latest
Warning

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

Go to latest
Published: Aug 6, 2021 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Action

type Action string
const (
	CW  Action = "clockwise"
	CCW Action = "counterClockwise"
)

type RotaryEncoder

type RotaryEncoder struct {
	// contains filtered or unexported fields
}

func NewRotaryEncoder

func NewRotaryEncoder(aPin gpio.PinIO, bPin gpio.PinIO, timeout time.Duration, logger *logrus.Entry) *RotaryEncoder

func (*RotaryEncoder) Run

func (t *RotaryEncoder) Run(ctx context.Context, actions chan<- Action) error

type State added in v2.0.12

type State struct {
	Pin   gpio.PinIO
	Level gpio.Level
}

Jump to

Keyboard shortcuts

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