summaryrefslogtreecommitdiff
path: root/decoders/gpib
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/gpib')
-rw-r--r--decoders/gpib/pd.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/decoders/gpib/pd.py b/decoders/gpib/pd.py
index d131cb9..dff60a0 100644
--- a/decoders/gpib/pd.py
+++ b/decoders/gpib/pd.py
@@ -28,6 +28,7 @@ class Decoder(srd.Decoder):
license = 'gplv2+'
inputs = ['logic']
outputs = ['gpib']
+ tags = ['PC']
channels = (
{'id': 'dio1' , 'name': 'DIO1', 'desc': 'Data I/O bit 1'},
{'id': 'dio2' , 'name': 'DIO2', 'desc': 'Data I/O bit 2'},