Skip to content

Commit

Permalink
pmw3610 other pin
Browse files Browse the repository at this point in the history
  • Loading branch information
bullwinkle3000 committed Jan 13, 2024
1 parent 7d68a90 commit 9c69c69
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 16 deletions.
25 changes: 13 additions & 12 deletions .idea/workspace.xml

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

8 changes: 4 additions & 4 deletions config/boards/shields/wyld_dm/wyld_dm_left.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,16 @@
blackpill_spi_default: blackpill_spi_default {
group1 {
psels = <NRF_PSEL(SPIM_SCK, 1, 8)>, // 1.8
<NRF_PSEL(SPIM_MOSI, 0, 11)>, // 0.11
<NRF_PSEL(SPIM_MISO, 0, 11)>; // 0.11
<NRF_PSEL(SPIM_MOSI, 0, 26)>, // 0.26
<NRF_PSEL(SPIM_MISO, 0, 26)>; // 0.26
};
};

blackpill_spi_sleep: blackpill_spi_sleep {
group1 {
psels = <NRF_PSEL(SPIM_SCK, 1, 8)>, // 1.8
<NRF_PSEL(SPIM_MOSI, 0, 11)>, // 0.11
<NRF_PSEL(SPIM_MISO, 0, 11)>; // 0.11
<NRF_PSEL(SPIM_MOSI, 0, 26)>, // 0.26
<NRF_PSEL(SPIM_MISO, 0, 26)>; // 0.26
low-power-enable;
};
};
Expand Down

0 comments on commit 9c69c69

Please sign in to comment.