embedded-trainings-2020/down-the-stack/dk_template/src/peripheral.rs

4 lines
82 B
Rust
Raw Normal View History

2023-02-14 17:48:13 +00:00
//! Low level access to the nRF52840 peripheral
pub use hal::pac::{POWER, USBD};