Skip to content

Commit

Permalink
feat(config): pullup저항설정 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
lazy-dinosaur committed Sep 26, 2024
1 parent 939b414 commit 97a9505
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions boards/shields/lazycorne/lazycorne_cirque.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@
group1 {
psels = <NRF_PSEL(TWIM_SDA, 0, 17)>,
<NRF_PSEL(TWIM_SCL, 0, 20)>;
// bias-disable;
bias-pull-up;
bias-disable;
// bias-pull-up;
};
};
i2c1_sleep:i2c1_sleep {
group1 {
psels = <NRF_PSEL(TWIM_SDA, 0, 17)>,
<NRF_PSEL(TWIM_SCL, 0, 20)>;
// bias-disable;
bias-pull-up;
bias-disable;
// bias-pull-up;
low-power-enable;
};
};
Expand Down

0 comments on commit 97a9505

Please sign in to comment.