Adafruit NeoTrellis M4 Express Board Support Crate

This crate provides a type-safe Rust API for working with the [Adafruit NeoTrellis M4 board].

Adafruit NeoTrellis M4

Board Features

Optional trellis_m4 Cargo Features

The following optional hardware drivers can be enabled as cargo features:

To enable them, use the features option when adding a crate dependency to your Cargo.toml:

toml [dependencies] trellis_m4 = { version = "~0.1", features = ["adxl343", "keypad-unproven"] }

Examples?

Check out the repository for examples:

https://github.com/atsamd-rs/atsamd/tree/master/boards/trellis_m4/examples