]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/transitioncounter/__init__.py
GPL headers: Use correct project name.
[libsigrokdecode.git] / decoders / transitioncounter / __init__.py
index bdf296bd35feda11a735fefaf706a62bacb9cc15..95bb3eb767287adce7a8feadf946a87592e17242 100644 (file)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the sigrok project.
+## This file is part of the libsigrokdecode project.
 ##
 ## Copyright (C) 2012 Uwe Hermann <uwe@hermann-uwe.de>
 ##
 ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 ##
 
-from .transitioncounter import *
+'''
+Pin transition counter protocol decoder.
+
+Details:
+TODO
+'''
+
+from .pd import *