]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/i2c/pd.py
i2c: Drop obsolete 10bit slave address TODO.
[libsigrokdecode.git] / decoders / i2c / pd.py
index 7f8960da4ffdf60fbf7f070f1d91107a0c1755b7..b633397f563f6ae5b34327d1738b5c15fe65a026 100644 (file)
@@ -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.