Skip to content

Commit

Permalink
cs pin GPIO_ACTIVE_LOW
Browse files Browse the repository at this point in the history
  • Loading branch information
bullwinkle3000 committed Oct 18, 2024
1 parent 525bfb8 commit eacfb74
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 15 deletions.
27 changes: 14 additions & 13 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions config/boards/shields/wyld_dm/wyld_dm_right.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
psels = <NRF_PSEL(SPIM_SCK, 0, 6)>,
<NRF_PSEL(SPIM_MOSI, 0, 8)>,
<NRF_PSEL(SPIM_MISO, 0, 8)>;
low-power-enable;
6low-power-enable;
};
};
};
Expand All @@ -51,7 +51,7 @@
pinctrl-0 = <&spi1_default>;
pinctrl-1 = <&spi1_sleep>;
pinctrl-names = "default", "sleep";
cs-gpios = <&gpio0 22 GPIO_ACTIVE_HIGH>;
cs-gpios = <&gpio0 22 GPIO_ACTIVE_LOW>;
trackball: trackball@1 {
status = "okay";
compatible = "pixart,pmw3610";
Expand Down

0 comments on commit eacfb74

Please sign in to comment.