Module signal
Available on crate feature
sensors only.Expand description
This module contains a custom Signal struct meant to be used in the [ariel-os-sensors][ariel-os-sensors] ecosystem.
Structsยง
- Receive
Future - A future that will resolve once a signal is sent.
- Signal
- Custom signal struct inspired by [
embassy_sync::signal::Signal] and [embassy_sync::channel::Channel].