ikalogic / ScanaStudio-Decoders

List of supported protocol decoder for ScanaStudio software
https://ikalogic.com/pages/scanastudio
12 stars 4 forks source link

I2C decoder: Better address representation for the trigger engine #12

Closed ikalogic closed 6 years ago

ikalogic commented 6 years ago

Trigger on I2C address should use the same configuration chosed by the user for address decoding.

If users want to work with 8-bit address (including R/W bit), then trigger should use that too.

If user wants to work with the more standard 7 bit address representation, then the trigger should use that too.

ikalogic commented 6 years ago

Done