diff options
Diffstat (limited to 'decoders/am230x')
-rw-r--r-- | decoders/am230x/pd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/am230x/pd.py b/decoders/am230x/pd.py index d3af8c5..3d36cbb 100644 --- a/decoders/am230x/pd.py +++ b/decoders/am230x/pd.py @@ -42,7 +42,7 @@ class Decoder(srd.Decoder): license = 'gplv2+' inputs = ['logic'] outputs = ['am230x'] - tags = ['Logic', 'Sensors'] + tags = ['IC', 'Sensor'] channels = ( {'id': 'sda', 'name': 'SDA', 'desc': 'Single wire serial data line'}, ) |