maxmatrix_rs 0.1.1

A Rust driver for the MAX7219 LED matrix driver
Documentation
maxmatrix_rs-0.1.1 has been yanked.

About

A Rust port of the MaxMatrix Library for Arduino Development

I ported this library from the C++ version. Credits go to riyas-org max7219 library

Installation

This Rust library has to be used with the Arduino Hal for Rust.

Add this to your Cargo.toml file:

maxmatrix_rs = { git = "https://github.com/JB-it/maxmatrix_rs"}