teensy3 0.2.0

Rust interface layer for the Teensy 3.1/3.2 microcontroller
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "teensy3"
version = "0.2.0"
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 = {version = "0.2", path = "../teensy3-sys"}