summaryrefslogtreecommitdiff
path: root/decoders/miller
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/miller')
-rw-r--r--decoders/miller/__init__.py2
-rw-r--r--decoders/miller/pd.py4
2 files changed, 3 insertions, 3 deletions
diff --git a/decoders/miller/__init__.py b/decoders/miller/__init__.py
index 409b178..ce0d494 100644
--- a/decoders/miller/__init__.py
+++ b/decoders/miller/__init__.py
@@ -20,7 +20,7 @@
'''
The Miller protocol decoder supports (modified) Miller encoded data.
-Used in NFC communication at 106 kbaud.
+E.g. used in NFC communication at 106 kbaud.
'''
from .pd import Decoder
diff --git a/decoders/miller/pd.py b/decoders/miller/pd.py
index 562d14c..0ab5c4a 100644
--- a/decoders/miller/pd.py
+++ b/decoders/miller/pd.py
@@ -34,8 +34,8 @@ class Decoder(srd.Decoder):
api_version = 3
id = 'miller'
name = 'Miller'
- longname = 'Miller decoder for NFC'
- desc = 'Decodes (modified) Miller encoding as used in NFC communication.'
+ longname = 'Miller encoding'
+ desc = 'Miller encoding protocol.'
license = 'gplv2+'
inputs = ['logic']
outputs = ['miller']