Arduino Mkrzero Board Support Crate

This crate provides a type-safe API for working with the Arduino mkrzero board.

Examples

Blinky Basic

Requirements

Steps

```bash cargo build --release --example blinkybasic arm-none-eabi-objcopy -O binary target/thumbv6m-none-eabi/release/examples/blinkybasic target/blinky_basic.bin

if using cargo-binutils, you can rust-objcopy with the same flags, or combine the previous 2 steps with cargo objcopy

bossac -i -d -U true -i -e -w -v target/blinky_basic.bin -R ```