2020-07-18 12:43:19 +10:00
|
|
|
description: |
|
2020-07-21 10:54:58 +10:00
|
|
|
Sensor driver for the Alps EC11 rotary encoder
|
2020-07-18 12:43:19 +10:00
|
|
|
|
2020-07-21 10:54:58 +10:00
|
|
|
compatible: "alps,ec11"
|
2020-07-18 12:43:19 +10:00
|
|
|
|
|
|
|
properties:
|
|
|
|
label:
|
|
|
|
type: string
|
|
|
|
required: true
|
|
|
|
a-gpios:
|
|
|
|
type: phandle-array
|
|
|
|
required: true
|
|
|
|
description: A pin for the encoder
|
|
|
|
b-gpios:
|
|
|
|
type: phandle-array
|
|
|
|
required: true
|
|
|
|
description: A pin for the encoder
|
2020-07-21 10:54:58 +10:00
|
|
|
resolution:
|
|
|
|
type: int
|
|
|
|
description: Number of pulses per tick
|
|
|
|
required: false
|