diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2017-06-05 17:00:04 +0200 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2017-06-05 17:01:46 +0200 |
commit | 0c931451554443463309e5e08b2e098bc195d06f (patch) | |
tree | 28ada3ff4853259278ca47d739b0655358728496 /decoders | |
parent | d480174d51b327ad8e579d79f619607a9687597e (diff) | |
download | libsigrokdecode-0c931451554443463309e5e08b2e098bc195d06f.tar.gz libsigrokdecode-0c931451554443463309e5e08b2e098bc195d06f.zip |
Rename maxim_ds28ea00 to ds28ea00.
None of the other PDs have a vendorname in the PD name.
Diffstat (limited to 'decoders')
-rw-r--r-- | decoders/ds28ea00/__init__.py (renamed from decoders/maxim_ds28ea00/__init__.py) | 0 | ||||
-rw-r--r-- | decoders/ds28ea00/pd.py (renamed from decoders/maxim_ds28ea00/pd.py) | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/decoders/maxim_ds28ea00/__init__.py b/decoders/ds28ea00/__init__.py index 3155070..3155070 100644 --- a/decoders/maxim_ds28ea00/__init__.py +++ b/decoders/ds28ea00/__init__.py diff --git a/decoders/maxim_ds28ea00/pd.py b/decoders/ds28ea00/pd.py index d860c9d..255f7c8 100644 --- a/decoders/maxim_ds28ea00/pd.py +++ b/decoders/ds28ea00/pd.py @@ -36,13 +36,13 @@ command = { class Decoder(srd.Decoder): api_version = 2 - id = 'maxim_ds28ea00' + id = 'ds28ea00' name = 'DS28EA00' longname = 'Maxim DS28EA00 1-Wire digital thermometer' desc = '1-Wire digital thermometer with Sequence Detect and PIO.' license = 'gplv2+' inputs = ['onewire_network'] - outputs = ['maxim_ds28ea00'] + outputs = ['ds28ea00'] annotations = ( ('text', 'Human-readable text'), ) |