diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2018-01-13 18:07:57 +0100 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2018-01-13 18:07:57 +0100 |
commit | 96434ac79e467615e6145e8a39de7007c0923934 (patch) | |
tree | 0e397c63cb3fa74b36ba100690d518481eb19df9 /decoders | |
parent | e8b53818d68f724064c7fcca7ab826b5f2071293 (diff) | |
download | libsigrokdecode-96434ac79e467615e6145e8a39de7007c0923934.tar.gz libsigrokdecode-96434ac79e467615e6145e8a39de7007c0923934.zip |
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).
Diffstat (limited to 'decoders')
-rw-r--r-- | decoders/i2c/pd.py | 1 |
1 files changed, 0 insertions, 1 deletions
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. |