Skip to content

Commit

Permalink
ec11
Browse files Browse the repository at this point in the history
  • Loading branch information
tokyo2006 committed Jul 15, 2024
1 parent 8b70be6 commit 3322704
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/boards/arm/sofle/sofle_left.dts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
};

&left_encoder {
a-gpios = <&gpio1 10 (GPIO_ACTIVE_LOW | GPIO_PULL_DOWN)>;
b-gpios = <&gpio1 14 (GPIO_ACTIVE_LOW | GPIO_PULL_DOWN)>;
status = "okay";
a-gpios = <&gpio1 10 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>;
b-gpios = <&gpio1 14 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>;
status = "okay";
};

0 comments on commit 3322704

Please sign in to comment.