X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Fpan1321%2F__init__.py;h=c14236df4215cd9539f973fc10d034b2d8178c43;hb=991c44f33a55733610f6d9da1efbcc5bf1074dee;hp=02e2da594f90fe4f6070735f66eb95b1b8a1ddb3;hpb=50bd5d259677faf87bb3408e111d0e833d7ba9b4;p=libsigrokdecode.git diff --git a/decoders/pan1321/__init__.py b/decoders/pan1321/__init__.py index 02e2da5..c14236d 100644 --- a/decoders/pan1321/__init__.py +++ b/decoders/pan1321/__init__.py @@ -19,11 +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 * - +from .pd import Decoder