2020-07-17 19:43:19 -07:00
|
|
|
description: |
|
2020-07-20 17:54:58 -07:00
|
|
|
Sensor driver for the Alps EC11 rotary encoder
|
2020-07-17 19:43:19 -07:00
|
|
|
|
2020-07-20 17:54:58 -07:00
|
|
|
compatible: "alps,ec11"
|
2020-07-17 19:43:19 -07:00
|
|
|
|
|
|
|
properties:
|
|
|
|
label:
|
|
|
|
type: string
|
2023-11-17 22:39:11 -08:00
|
|
|
required: false
|
|
|
|
deprecated: true
|
2020-07-17 19:43:19 -07:00
|
|
|
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-20 17:54:58 -07:00
|
|
|
resolution:
|
|
|
|
type: int
|
|
|
|
description: Number of pulses per tick
|
2021-12-02 07:07:29 -08:00
|
|
|
deprecated: true
|
|
|
|
required: false
|
|
|
|
steps:
|
|
|
|
type: int
|
|
|
|
description: Number of pulses in one full rotation
|
2020-07-20 17:54:58 -07:00
|
|
|
required: false
|