]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/tlc5620/pd.py
Add a CFP decoder.
[libsigrokdecode.git] / decoders / tlc5620 / pd.py
index 3fccd479ba479a74eec680683419a948b2f9f426..6fe8ae10d651c836a83b9dd13e4424a51307a902 100644 (file)
@@ -14,8 +14,7 @@
 ## GNU General Public License for more details.
 ##
 ## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+## along with this program; if not, see <http://www.gnu.org/licenses/>.
 ##
 
 import sigrokdecode as srd
@@ -72,6 +71,9 @@ class Decoder(srd.Decoder):
     )
 
     def __init__(self):
+        self.reset()
+
+    def reset(self):
         self.bits = []
         self.ss_dac_first = None
         self.ss_dac = self.es_dac = 0