embedded-trainings-2020/boards/dk/src/peripheral.rs

4 lines
82 B
Rust
Raw Normal View History

//! Low level access to the nRF52840 peripheral
2021-03-16 12:06:55 +00:00
pub use hal::pac::{POWER, USBD};