2
0
forked from Ivasoft/DSView

Add more decoders

This commit is contained in:
DreamSourceLab
2018-05-27 17:10:57 +08:00
parent 95e17968d1
commit 5a806e496f
62 changed files with 3020 additions and 1077 deletions

View File

@@ -281,7 +281,7 @@ class Decoder(srd.Decoder):
(signal,) = pins
if self.options['invert'] == 'yes':
signal = not signal
signal = not signal
# State machine.
if self.state == 'FIND START':