Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 808 Bytes

test-scripts.md

File metadata and controls

13 lines (9 loc) · 808 Bytes

Test Scripts

Test scripts are provided in scripts/ folder. It uses BusPirate with a I2C clock stretching patch.1 The implementation is based on the bus pirate lite reference python library (stripped down).

Modifications may be needed since it always uses /dev/ttyUSB0. There doesn't seem to be a good way to auto detect BusPirate 3.x devices as they report as standard FTDI devices.

Footnotes

  1. BusPirate firmware with I2C clock stretching patch.