Added examples for async crates + fixed codegen for non-Copy arguments

This commit is contained in:
Emil Fresk 2023-01-27 20:20:14 +01:00 committed by Henrik Tjäder
parent d23de62823
commit 922f1ad0eb
13 changed files with 152 additions and 77 deletions

View file

@ -10,3 +10,4 @@ cortex-m = { version = "0.7.6" }
embedded-hal-async = "0.2.0-alpha.0"
fugit = { version = "0.3.6", features = ["defmt"] }
rtic-time = { version = "1.0.0", path = "../rtic-time" }
atomic-polyfill = "1"