tiziano88 / scroll-phat-hd-rs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scroll pHAT HD Rust library

Version Build Status

Documentation

This is an unofficial library to control the Scroll pHAT HD using Rust.

Prerequisites

rustup target add arm-unknown-linux-gnueabi

apt-get install gcc-arm-linux-gnueabi

Run

To run the included examples:

  • cargo run --example alphabet
  • cargo run --example counter

About

License:MIT License


Languages

Language:Rust 96.6%Language:Shell 3.4%