#embedded-hal #hal #spi #data #call #response #spy

embedded-hal-spy

An embedded_hal device hooking on another embedded_hal implementation, retriving data from function calls and responses

5 releases

0.0.5 Aug 19, 2019
0.0.4 Jul 30, 2019
0.0.3 Jan 12, 2019
0.0.2 Jan 6, 2019
0.0.1 Jan 6, 2019

#1624 in Hardware support

Download history 1/week @ 2024-02-14 17/week @ 2024-02-21 21/week @ 2024-02-28 9/week @ 2024-03-06 8/week @ 2024-03-13

56 downloads per month

Apache-2.0

11KB
188 lines

embedded-hal-spy

Implemenets rust embedded_hal for embedded_hal

embedded hal spy implemnets call backs for used traits

The intended use case is chaining over an existing embedded_hal implementation sniffing all the data and providing it back to a callback. Useful when preparing for a refacforing and want to collect actual data for unit test case.

Dependencies

~71KB