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.
22 lines
424 B
22 lines
424 B
4 years ago
|
description: |
|
||
4 years ago
|
Sensor driver for the Alps EC11 rotary encoder
|
||
4 years ago
|
|
||
4 years ago
|
compatible: "alps,ec11"
|
||
4 years ago
|
|
||
|
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
|
||
4 years ago
|
resolution:
|
||
|
type: int
|
||
|
description: Number of pulses per tick
|
||
|
required: false
|