mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-09-29 21:31:08 +00:00
Merge pull request #4585 from dempfi/patch-1
Replace nrf5340's SAADC input pins with correct mappings
This commit is contained in:
commit
73717f9ae8
@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
<!-- next-header -->
|
||||
## Unreleased - ReleaseDate
|
||||
|
||||
- bugfix: use correct analog input SAADC pins on nrf5340
|
||||
|
||||
## 0.6.0 - 2025-08-04
|
||||
|
||||
- changed: update to latest embassy-time-queue-utils
|
||||
|
@ -463,14 +463,14 @@ impl_ppi_channel!(PPI_CH29, 29 => configurable);
|
||||
impl_ppi_channel!(PPI_CH30, 30 => configurable);
|
||||
impl_ppi_channel!(PPI_CH31, 31 => configurable);
|
||||
|
||||
impl_saadc_input!(P0_13, ANALOG_INPUT0);
|
||||
impl_saadc_input!(P0_14, ANALOG_INPUT1);
|
||||
impl_saadc_input!(P0_15, ANALOG_INPUT2);
|
||||
impl_saadc_input!(P0_16, ANALOG_INPUT3);
|
||||
impl_saadc_input!(P0_17, ANALOG_INPUT4);
|
||||
impl_saadc_input!(P0_18, ANALOG_INPUT5);
|
||||
impl_saadc_input!(P0_19, ANALOG_INPUT6);
|
||||
impl_saadc_input!(P0_20, ANALOG_INPUT7);
|
||||
impl_saadc_input!(P0_04, ANALOG_INPUT0);
|
||||
impl_saadc_input!(P0_05, ANALOG_INPUT1);
|
||||
impl_saadc_input!(P0_06, ANALOG_INPUT2);
|
||||
impl_saadc_input!(P0_07, ANALOG_INPUT3);
|
||||
impl_saadc_input!(P0_25, ANALOG_INPUT4);
|
||||
impl_saadc_input!(P0_26, ANALOG_INPUT5);
|
||||
impl_saadc_input!(P0_27, ANALOG_INPUT6);
|
||||
impl_saadc_input!(P0_28, ANALOG_INPUT7);
|
||||
|
||||
impl_egu!(EGU0, EGU0, EGU0);
|
||||
impl_egu!(EGU1, EGU1, EGU1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user