diff options
Diffstat (limited to 'decoders/graycode/pd.py')
-rw-r--r-- | decoders/graycode/pd.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/decoders/graycode/pd.py b/decoders/graycode/pd.py index ef5d513..09f4a0e 100644 --- a/decoders/graycode/pd.py +++ b/decoders/graycode/pd.py @@ -81,6 +81,7 @@ class Decoder(srd.Decoder): license = 'gplv2+' inputs = ['logic'] outputs = ['graycode'] + tags = ['Encoding'] optional_channels = tuple( {'id': 'd{}'.format(i), 'name': 'D{}'.format(i), 'desc': 'Data line {}'.format(i)} for i in range(MAX_CHANNELS) |