dante1130 / microbit-starter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

microbit-starter

A simple starter project for the micro:bit v2 using Rust.

Prerequisites

You will need:

  • A micro:bit v2
  • Rust and Cargo installed
  • cargo-embed installed

Flashing

Connect your micro:bit v2 to your computer and run the following command:

cargo embed --target thumbv7em-none-eabihf

On your micro:bit v2, you should see the first LED light up.

Credits

This is based on the setup project from the Discovery book.

About


Languages

Language:Rust 93.6%Language:RPC 6.4%