RIOT-OS / rust-riot-wrappers

The `riot-wrappers` crate, which enables high-level access to RIOT from the Rust programming language
13 stars 10 forks source link

LEDs: Expose presence #113

Closed chrysn closed 2 months ago

chrysn commented 2 months ago

This adds a fallible constructor based on LEDn_IS_PRESENT.

Depends on https://github.com/RIOT-OS/rust-riot-sys/pull/45 -- this is a draft PR until that is released and this crate can bump its dependency version.