#i2c #sniffer #byte #parser #pigpio #message #bits

i2c_parser

I2C Parser based on pigpio's I2C Sniffer Example

7 releases

Uses old Rust 2015

0.1.6 Nov 3, 2016
0.1.5 Sep 30, 2016

#10 in #sniffer

MIT license

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.

No runtime deps