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:
AdinAck 2024-06-19 11:52:38 -07:00 committed by GitHub
parent 689c4a068e
commit d516d9a214
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 199 additions and 1 deletions

View file

@ -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]