You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
424 B
21 lines
424 B
description: | |
|
Sensor driver for the Alps EC11 rotary encoder |
|
|
|
compatible: "alps,ec11" |
|
|
|
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 |
|
resolution: |
|
type: int |
|
description: Number of pulses per tick |
|
required: false
|
|
|