embassy/embassy-nrf
Dario Nieuwenhuis c40d5f6e6f nrf/usb: prevent user code from constructing a PowerUsb directly.
PowerUsb must be constructed through `new()` so that it sets up the IRQ.
It must have at least one private field, otherwise user code can construct
it directly with `PowerUsb{}`.
2022-07-21 19:47:09 +02:00
..
src nrf/usb: prevent user code from constructing a PowerUsb directly. 2022-07-21 19:47:09 +02:00
Cargo.toml Add embassy-embedded-hal nightly feature 2022-07-09 23:41:02 +02:00