teensy3 0.1.3

Rust interface layer for the Teensy 3.1/3.2 microcontroller
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "teensy3"
version = "0.1.3"
authors = ["Simon Sapin <simon.sapin@exyr.org>", "James Munns <james.munns@gmail.com>"]
license = "MIT"
description = "Rust interface layer for the Teensy 3.1/3.2 microcontroller"
repository = "https://github.com/jamesmunns/teensy3-rs"
documentation = "https://docs.rs/crate/teensy3/"

[dependencies]
teensy3-sys = "0.1"