embassy-rp: Add basic ADC module

This commit is contained in:
Henrik Alsér
2022-11-15 16:12:07 +01:00
parent d05979c708
commit eb149a0bd4
3 changed files with 214 additions and 0 deletions

View File

@ -6,6 +6,7 @@ pub(crate) mod fmt;
mod intrinsics;
pub mod adc;
pub mod dma;
pub mod gpio;
pub mod i2c;
@ -98,6 +99,8 @@ embassy_hal_common::peripherals! {
RTC,
FLASH,
ADC,
}
#[link_section = ".boot2"]