X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Fds243x%2Fpd.py;h=0fbdcdf51ef33ec8b001e0efde94586c915b94cc;hb=f759507a3ab0f774716fdaedc8a1580017309f47;hp=c93395d400a68485315635e37b477d9cb7c90899;hpb=2eeca7bd81d1d8c9c82e33d1896f081a9a095363;p=libsigrokdecode.git diff --git a/decoders/ds243x/pd.py b/decoders/ds243x/pd.py index c93395d..0fbdcdf 100644 --- a/decoders/ds243x/pd.py +++ b/decoders/ds243x/pd.py @@ -64,13 +64,14 @@ class Decoder(srd.Decoder): api_version = 3 id = 'ds243x' name = 'DS243x' - longname = 'Maxim DS2432/2433' + longname = 'Maxim DS2432/3' desc = 'Maxim DS243x series 1-Wire EEPROM protocol.' license = 'gplv2+' inputs = ['onewire_network'] - outputs = ['ds243x'] + outputs = [] + tags = ['IC', 'Memory'] annotations = ( - ('text', 'Human-readable text'), + ('text', 'Text'), ) binary = ( ('mem_read', 'Data read from memory'),