Skip to content

Commit

Permalink
miso not i2c
Browse files Browse the repository at this point in the history
  • Loading branch information
bullwinkle3000 committed Jan 12, 2024
1 parent c67be55 commit 02124c8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 15 deletions.
24 changes: 12 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: 4 additions & 3 deletions config/boards/pillbug.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
spi3_default: spi3_default {
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

};
};
Expand All @@ -21,8 +22,8 @@
i2c0_default: i2c0_default {
group1 {
psels = <NRF_PSEL(TWIM_SDA, 0, 10)>,
<NRF_PSEL(TWIM_SCL, 1, 6)>, // 0.6
<NRF_PSEL(SPIM_MISO, 0, 5)>; // 0.26
<NRF_PSEL(TWIM_SCL, 1, 6)>; // 0.6

};
};

Expand Down

0 comments on commit 02124c8

Please sign in to comment.