X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Fi2c%2Fpd.py;fp=decoders%2Fi2c%2Fpd.py;h=b633397f563f6ae5b34327d1738b5c15fe65a026;hb=96434ac79e467615e6145e8a39de7007c0923934;hp=7f8960da4ffdf60fbf7f070f1d91107a0c1755b7;hpb=e8b53818d68f724064c7fcca7ab826b5f2071293;p=libsigrokdecode.git 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.