From 4c180223a8ae12feb7bc3601e07e848fb9cdb493 Mon Sep 17 00:00:00 2001 From: Soeren Apel Date: Fri, 28 Dec 2018 11:41:41 +0100 Subject: Add PD tags handling and some tags --- decoders/am230x/pd.py | 1 + 1 file changed, 1 insertion(+) (limited to 'decoders/am230x') diff --git a/decoders/am230x/pd.py b/decoders/am230x/pd.py index 81c1f28..d3af8c5 100644 --- a/decoders/am230x/pd.py +++ b/decoders/am230x/pd.py @@ -42,6 +42,7 @@ class Decoder(srd.Decoder): license = 'gplv2+' inputs = ['logic'] outputs = ['am230x'] + tags = ['Logic', 'Sensors'] channels = ( {'id': 'sda', 'name': 'SDA', 'desc': 'Single wire serial data line'}, ) -- cgit v1.2.3-70-g09d2