7 releases
Uses old Rust 2015
0.1.6 | Nov 3, 2016 |
---|---|
0.1.5 | Sep 30, 2016 |
#4 in #ack
8KB
179 lines
I2C Parser
Rust implementation of pigpio's I2C Sniffer.
Raw I2C SDA/SCL bits -> Hex. Message starts noted with [
, bytes in :02X
format, byte ACKs +
, byte NAKs -
, message end noted with ]
.
lib.rs
:
I2C Parsing State Machine Library
Rust implementation of pigpio's I2C Sniffer.