Registry / other / nrf52810-hal

nrf52810-hal

JSON →
library0.19.0rscratesunverified

Hardware Abstraction Layer for nRF52810 microcontrollers, providing peripheral access and initialization.

# Cargo.toml [dependencies] nrf52810-hal = "0.19.0"
INSTALL
IMPORT
SIG · NRF52810-HAL
N
nrf52810-hal
otherrustv0.19.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Delay
use nrf52810_hal::hal::delay::Delay;

Initialize a delay timer on nRF52810.

use nrf52810_hal::hal::delay::Delay; use nrf52810_hal::pac::Peripherals; let p = Peripherals::take().unwrap(); let mut delay = Delay::new(p.TIMER0); delay.delay_ms(1000);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.19.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
nrf52810-hal — cargo add nrf52810-hal · libregistry