Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 497 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 497 Bytes

Rust NeoTrellis driver

No-std driver for the Adafrui NeoTrellis board.

This crate gives access to the leds (pixels) and butons (keypad) of theNeoTrellis.

It communicates with the NeoTrellis using the embedded-hal blocking I2C traits. This means that it should be compatible with any microcontroller that has an I2C driver implementing the embedded-hal traits. This includes the RaspberryPi when using the rphal crate.