diff options
Diffstat (limited to 'decoders/pan1321/__init__.py')
-rw-r--r-- | decoders/pan1321/__init__.py | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/decoders/pan1321/__init__.py b/decoders/pan1321/__init__.py index 02e2da5..9bda523 100644 --- a/decoders/pan1321/__init__.py +++ b/decoders/pan1321/__init__.py @@ -19,10 +19,8 @@ ## ''' -Panasonic PAN1321 protocol decoder. - -Details: -TODO +This decoder stacks on top of the 'uart' PD and decodes the Panasonic PAN1321 +Bluetooth module Serial Port Profile (SPP) protocol. ''' from .pd import * |