]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/gpib/pd.py
cc1101: Simplify format_command().
[libsigrokdecode.git] / decoders / gpib / pd.py
index dff60a0bbe5cbbcd4a86b048d3bf3472c3b99735..a7c9c73a9f548b68b7ee43483d92365999bca0d7 100644 (file)
@@ -24,10 +24,10 @@ class Decoder(srd.Decoder):
     id = 'gpib'
     name = 'GPIB'
     longname = 'General Purpose Interface Bus'
-    desc = 'IEEE-488 GPIB / HPIB protocol.'
+    desc = 'IEEE-488 General Purpose Interface Bus (GPIB / HPIB).'
     license = 'gplv2+'
     inputs = ['logic']
-    outputs = ['gpib']
+    outputs = []
     tags = ['PC']
     channels = (
         {'id': 'dio1' , 'name': 'DIO1', 'desc': 'Data I/O bit 1'},