diff options
Diffstat (limited to 'decoders/miller/__init__.py')
-rw-r--r-- | decoders/miller/__init__.py | 2 |
1 files changed, 1 insertions, 1 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 |