]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/mlx90614/__init__.py
All PDs: Only import the 'Decoder' object.
[libsigrokdecode.git] / decoders / mlx90614 / __init__.py
index d0c6293a770fcc948e377b39e39a7a41b5a47223..e985c9107a610d7dbe469209fba0e4d8887a2444 100644 (file)
 ##
 
 '''
-Melexis MLX90614 protocol decoder.
-
-Details:
-TODO
+This decoder stacks on top of the 'i2c' PD and decodes the Melexis MLX90614
+infrared thermometer protocol.
 '''
 
-from .pd import *
-
+from .pd import Decoder