Skip to content

Commit

Permalink
Wrong SCL pin
Browse files Browse the repository at this point in the history
  • Loading branch information
bullwinkle3000 committed Jan 19, 2024
1 parent bc32c2a commit 629e2d0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
28 changes: 14 additions & 14 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/pillbug.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
i2c0_default: i2c0_default {
group1 {
psels = <NRF_PSEL(TWIM_SDA, 0, 15)>,
<NRF_PSEL(TWIM_SCL, 1, 13)>; // 0.6
<NRF_PSEL(TWIM_SCL, 0, 13)>; // 0.6

};
};

i2c0_sleep: i2c0_sleep {
group1 {
psels = <NRF_PSEL(TWIM_SDA, 0, 15)>,
<NRF_PSEL(TWIM_SCL, 1, 13)>;
<NRF_PSEL(TWIM_SCL, 0, 13)>;
low-power-enable;
};
};
Expand Down

0 comments on commit 629e2d0

Please sign in to comment.