diff options
| author | xoviat <[email protected]> | 2025-12-18 09:15:30 -0600 |
|---|---|---|
| committer | xoviat <[email protected]> | 2025-12-18 09:15:30 -0600 |
| commit | cec833c5f48ae93d1a47d5b763e613d8407d48a1 (patch) | |
| tree | 2fa25c7907ba8ef1923c4baeeb93dd88c57bce7e /embassy-mcxa/src/i2c/mod.rs | |
| parent | a886e97a33690cf9724dedd272d3073a577f9fa4 (diff) | |
| parent | b5b49cbcf3a991bf6d434b0870da50f3ee722612 (diff) | |
Merge branch 'main' of github.com:embassy-rs/embassy into low-power-rtc
Diffstat (limited to 'embassy-mcxa/src/i2c/mod.rs')
| -rw-r--r-- | embassy-mcxa/src/i2c/mod.rs | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/embassy-mcxa/src/i2c/mod.rs b/embassy-mcxa/src/i2c/mod.rs index 9a014224a..55c933f71 100644 --- a/embassy-mcxa/src/i2c/mod.rs +++ b/embassy-mcxa/src/i2c/mod.rs | |||
| @@ -180,8 +180,11 @@ impl_pin!(P1_12, LPI2C1, Mux2, SdaPin); | |||
| 180 | impl_pin!(P1_13, LPI2C1, Mux2, SclPin); | 180 | impl_pin!(P1_13, LPI2C1, Mux2, SclPin); |
| 181 | impl_pin!(P1_14, LPI2C1, Mux2, SclPin); | 181 | impl_pin!(P1_14, LPI2C1, Mux2, SclPin); |
| 182 | impl_pin!(P1_15, LPI2C1, Mux2, SdaPin); | 182 | impl_pin!(P1_15, LPI2C1, Mux2, SdaPin); |
| 183 | impl_pin!(P1_30, LPI2C0, Mux3, SdaPin); | 183 | // NOTE: P1_30 and P1_31 are typically used for the external oscillator |
| 184 | impl_pin!(P1_31, LPI2C0, Mux3, SclPin); | 184 | // For now, we just don't give users these pins. |
| 185 | // | ||
| 186 | // impl_pin!(P1_30, LPI2C0, Mux3, SdaPin); | ||
| 187 | // impl_pin!(P1_31, LPI2C0, Mux3, SclPin); | ||
| 185 | impl_pin!(P3_27, LPI2C3, Mux2, SclPin); | 188 | impl_pin!(P3_27, LPI2C3, Mux2, SclPin); |
| 186 | impl_pin!(P3_28, LPI2C3, Mux2, SdaPin); | 189 | impl_pin!(P3_28, LPI2C3, Mux2, SdaPin); |
| 187 | // impl_pin!(P3_29, LPI2C3, Mux2, HreqPin); What is this HREQ pin? | 190 | // impl_pin!(P3_29, LPI2C3, Mux2, HreqPin); What is this HREQ pin? |
