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

4 lines
85 B
Rust
Raw Normal View History

//! Low level access to the nRF52840 peripheral
2020-06-09 09:52:27 +00:00
pub use hal::target::{POWER, USBD};