ikalogic / ScanaStudio-scripts-v3

8 stars 13 forks source link

Update i2c.js #17

Closed gmayne closed 1 year ago

gmayne commented 4 years ago

Add bit mask to I2C address trigger generation on line 744. Prevents address bits after most significant '1' being treated as don't care. Withous this a trigger set match on say, 0x71 would trigger on any address with the MSB set at '1'.