Tweaks for orientation and A/B pins for Kyria left
This commit is contained in:
parent
b48011ace6
commit
f3267e6030
2 changed files with 4 additions and 4 deletions
|
|
@ -10,8 +10,8 @@
|
|||
encoder: encoder0 {
|
||||
compatible = "alps,ec11";
|
||||
label = "Rotary Encoder";
|
||||
a-gpios = <&pro_micro_d 5 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>;
|
||||
b-gpios = <&pro_micro_d 9 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>;
|
||||
a-gpios = <&pro_micro_d 9 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>;
|
||||
b-gpios = <&pro_micro_d 5 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>;
|
||||
resolution = <4>;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue