This repository contains all components of the Embedded Rust Workshop.
This includes:
microbit-exercisescontains all example source code and exercises which run on the micro:bit v2 target hardwaremicrobit-appscontains sample apps which you can also use to test the board setup.exercise-bookcontains the accompanying exercise book. The book is also hosted online.slidescontains introduction slides about this workshop and embedded Rust.host-clientcontains a host client used to communicate with the micro:bit v2 via a serial interface.