Skip to content

Commit

Permalink
And dummy miso
Browse files Browse the repository at this point in the history
  • Loading branch information
bullwinkle3000 committed Jan 12, 2024
1 parent 38009cc commit c67be55
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 15 deletions.
25 changes: 12 additions & 13 deletions .idea/workspace.xml

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

6 changes: 4 additions & 2 deletions config/boards/pillbug.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,17 @@
spi3_sleep: spi3_sleep {
group1 {
psels = <NRF_PSEL(SPIM_SCK, 0, 8)>, // 1.8
<NRF_PSEL(SPIM_MOSI, 0, 6)>; // 0.6
<NRF_PSEL(SPIM_MOSI, 0, 6)>, // 0.6
<NRF_PSEL(SPIM_MISO, 0, 5)>; // 0.26
low-power-enable;
};
};

i2c0_default: i2c0_default {
group1 {
psels = <NRF_PSEL(TWIM_SDA, 0, 10)>,
<NRF_PSEL(TWIM_SCL, 1, 6)>;
<NRF_PSEL(TWIM_SCL, 1, 6)>, // 0.6
<NRF_PSEL(SPIM_MISO, 0, 5)>; // 0.26
};
};

Expand Down

0 comments on commit c67be55

Please sign in to comment.