tigard-tools / tigard

An FTDI FT2232H-based multi-protocol tool for hardware hacking
Other
560 stars 65 forks source link

Documentation (I2C, minor) #31

Closed hattesen closed 3 years ago

hattesen commented 3 years ago

The Documentation I2C Quirks states:

"I2C depends on shared I/O lines using common emitter instead of push-pull-tristate I/O"

I2C is based on Open Collector (Open Drain), not "Common Emitter" (if such a thing even exists).

Thank you for a very polished and comprehensive product documentation 👍

securelyfitz commented 3 years ago

Thanks - will correct with a bunch of other minor edits i'll be pushing soon.

Glad to know people are reading the docs. Makes it worth writing them!

securelyfitz commented 3 years ago

finally, fixed in 91b9b72bf76c5e803ee3a8881cabcbd8f156a8c5. Thanks again for pointing this out