mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-19 14:25:18 +01:00
Add Signal to rtic-sync (#934)
* add signal to rtic-sync * woops update changelog * remove example, too comlicated for a doc TODO: add example to rtic-examples repo * fix @korken89's issues * ...remove fence * fix clippy warnings * add tests
This commit is contained in:
parent
689c4a068e
commit
d516d9a214
4 changed files with 199 additions and 1 deletions
|
|
@ -9,6 +9,7 @@ use defmt_03 as defmt;
|
|||
pub mod arbiter;
|
||||
pub mod channel;
|
||||
pub use portable_atomic;
|
||||
pub mod signal;
|
||||
|
||||
#[cfg(test)]
|
||||
#[macro_use]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue