From: Uwe Hermann Date: Sat, 13 Jan 2018 17:07:57 +0000 (+0100) Subject: i2c: Drop obsolete 10bit slave address TODO. X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=commitdiff_plain;h=96434ac79e467615e6145e8a39de7007c0923934 i2c: Drop obsolete 10bit slave address TODO. Nobody has seen any such slave in the wild, yet. In the very unlikely case that someone actually sees or needs this, patches are welcome though (together with sample .sr files). --- diff --git a/decoders/i2c/pd.py b/decoders/i2c/pd.py index 7f8960d..b633397 100644 --- a/decoders/i2c/pd.py +++ b/decoders/i2c/pd.py @@ -18,7 +18,6 @@ ## # TODO: Look into arbitration, collision detection, clock synchronisation, etc. -# TODO: Implement support for 10bit slave addresses. # TODO: Implement support for inverting SDA/SCL levels (0->1 and 1->0). # TODO: Implement support for detecting various bus errors.