]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/tca6408a/pd.py
Various PDs: Whitespace, cosmetics.
[libsigrokdecode.git] / decoders / tca6408a / pd.py
index 443a298e71183c9612932afbe83c58af3f965bc1..d53d8fc90ed4a83bd79591d09e36aacacafd1b2f 100644 (file)
@@ -25,8 +25,8 @@ import sigrokdecode as srd
 class Decoder(srd.Decoder):
     api_version = 2
     id = 'tca6408a'
-    name = 'TCA6408A'
-    longname = 'TI TCA6408A'
+    name = 'TI TCA6408A'
+    longname = 'Texas Instruments TCA6408A'
     desc = 'Texas Instruments TCA6408A 8-bit I²C I/O expander.'
     license = 'gplv2+'
     inputs = ['i2c']
@@ -128,4 +128,3 @@ class Decoder(srd.Decoder):
                 handle_reg(databyte)
             elif cmd == 'STOP':
                 self.state = 'IDLE'
-