Arduino MKR WiFi 1000 Board Support Crate

This crate provides a type-safe API for working with the Arduino MKR WiFi 1000 board.

Examples

Blinky Basic

Requirements

Steps

Note: Before you run bossac, you need to double-press the center button to reset when re-flashing the device. This sets the device in a bootloader mode.

bash cargo build --release --example blinky_basic arm-none-eabi-objcopy -O binary target/thumbv6m-none-eabi/release/examples/blinky_basic target/blinky_basic.bin bossac -i -d -U true -i -e -w -v target/blinky_basic.bin -R

(You may need to use --port with something like /dev/ttyACM0 or /dev/ttyACM1