async-avr
async-avr copied to clipboard
async/await for AVR with Rust
Results
2
async-avr issues
Sort by
recently updated
recently updated
newest added
This adds a way to sleep in a non-busy way so different threads could sleep simoultaniously and execute actions on different intervals. Added an example that toggles the Arduino One...
This is currently blocked waiting for [an LLVM bug](https://gitter.im/avr-rust/Lobby?at=5f1ca63fbc41f3681724bbba) to be fixed, but we can work on other things to get ready. [They tried to fix it](https://reviews.llvm.org/D82536), but there were...