diff options
Diffstat (limited to 'decoders/ds28ea00')
-rw-r--r-- | decoders/ds28ea00/pd.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/decoders/ds28ea00/pd.py b/decoders/ds28ea00/pd.py index a792d95..1a3cbf3 100644 --- a/decoders/ds28ea00/pd.py +++ b/decoders/ds28ea00/pd.py @@ -43,6 +43,7 @@ class Decoder(srd.Decoder): license = 'gplv2+' inputs = ['onewire_network'] outputs = ['ds28ea00'] + tags = ['IC', 'Sensor'] annotations = ( ('text', 'Human-readable text'), ) |