i2c-tpa2016 0.1.0

i2c interface for a TPA2016 audio amplifier (https://www.adafruit.com/product/1712)
Documentation
1
2
3
4
5
6
extern crate skeptic;

fn main() {
    // generates doc tests for `README.md`.
    skeptic::generate_doc_tests(&["README.md"]);
}