embedded-trainings-2020/down-the-stack/dk_template/src/peripheral.rs
2023-02-14 18:48:13 +01:00

4 lines
82 B
Rust

//! Low level access to the nRF52840 peripheral
pub use hal::pac::{POWER, USBD};