]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/i2c/pd.py
All PDs: Drop unneeded comments.
[libsigrokdecode.git] / decoders / i2c / pd.py
index 5eff16971ce366f76cfcf89bb89751d5480de7ff..a959ecac6e66ef7d0cbddc1751f44755d1c309fb 100644 (file)
@@ -18,8 +18,6 @@
 ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 ##
 
-# I²C protocol decoder
-
 # 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).