embedded-trainings-2020/boards/dk/src/peripheral.rs
Jorge Aparicio 31c331c1a3 - dk: API docs
- advanced: adapt to changes in usb2 dependency
- dk: add reminder to connect the USB cable to port J3
2020-06-09 18:17:30 +02:00

4 lines
85 B
Rust

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