[][src]Crate buslogger

Structs

BusLogger

A wrapper around an embedded_hal bus peripheral that traces each read and write call and prints the raw bytes that were sent or received. It will also pretty-print the error result if the underlying request failed.