Skip to content

Commit

Permalink
enable pull-ups for on-board i2c
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiayang committed Nov 30, 2024
1 parent 0a1a3b6 commit 1b87e2e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/boards/arm/mikoto/mikoto_7_2_0.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
group1 {
psels = <NRF_PSEL(TWIM_SDA, 0, 23)>,
<NRF_PSEL(TWIM_SCL, 0, 19)>;
bias-pull-up;
};
};

Expand All @@ -20,6 +21,7 @@
psels = <NRF_PSEL(TWIM_SDA, 0, 23)>,
<NRF_PSEL(TWIM_SCL, 0, 19)>;
low-power-enable;
bias-pull-up;
};
};
};
Expand Down

0 comments on commit 1b87e2e

Please sign in to comment.