device

package
v2.0.4 Latest Latest
Warning

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

Go to latest
Published: Jul 30, 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 (
	None    Action = "none"
	CW      Action = "clockwise"
	CCW     Action = "counterClockwise"
	Press   Action = "press"
	Release Action = "release"
)

type RotaryEncoder

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

func NewRotaryEncoder

func NewRotaryEncoder(encoderAPin gpio.PinIO, encoderBPin gpio.PinIO, buttonPin gpio.PinIO, timeout time.Duration, logger *logrus.Entry) *RotaryEncoder

func (*RotaryEncoder) Run

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

Jump to

Keyboard shortcuts

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