Skip to content

Commit

Permalink
dummy sck pins
Browse files Browse the repository at this point in the history
  • Loading branch information
bullwinkle3000 committed Jan 12, 2024
1 parent 78d2e28 commit 38009cc
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 15 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.

7 changes: 5 additions & 2 deletions config/boards/pillbug.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,16 @@
&pinctrl {
spi3_default: spi3_default {
group1 {
psels = <NRF_PSEL(SPIM_MOSI, 0, 6)>; // 0.6
psels = <NRF_PSEL(SPIM_SCK, 0, 8)>, // 1.8,
<NRF_PSEL(SPIM_MOSI, 0, 6)>; // 0.6

};
};

spi3_sleep: spi3_sleep {
group1 {
psels = <NRF_PSEL(SPIM_MOSI, 0, 6)>; // 0.6
psels = <NRF_PSEL(SPIM_SCK, 0, 8)>, // 1.8
<NRF_PSEL(SPIM_MOSI, 0, 6)>; // 0.6
low-power-enable;
};
};
Expand Down
2 changes: 1 addition & 1 deletion config/boards/shields/wyld_dm/wyld_dm.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
// };

// i2c0_default: i2c0_default {
// group1 {
// g group1 {
// psels = <NRF_PSEL(TWIM_SDA, 0, 10)>,
// <NRF_PSEL(TWIM_SCL, 1, 6)>;
// };
Expand Down

0 comments on commit 38009cc

Please sign in to comment.