Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.27 KB

README.md

File metadata and controls

17 lines (12 loc) · 1.27 KB

Embassy Tour

This is the code for the YouTube video, where we take a brief tour of some of the crates within the embassy framework. The code for the end of each chapter is in its respective directory. Nothing groundbreaking here: just a resource for anyone that wants to play around with the code from the video :)

Prerequisites

As of embassy-executor v0.7, you'll need Rust v1.83 or higher: be sure to run rustup update to avoid wonky Waker-related errors.. For those just getting started with Rust in embedded systems:

Further Research