]> sigrok.org Git - libsigrokdecode.git/commit
ir_sirc: minor Python and other nits
authorGerhard Sittig <redacted>
Wed, 22 Jul 2020 18:41:33 +0000 (20:41 +0200)
committerGerhard Sittig <redacted>
Wed, 22 Jul 2020 18:41:33 +0000 (20:41 +0200)
commit32d1c3503d2c5402140c31fab37438861e0d7cb3
treeb5ecda51e5189e794f5a60635e33400bcc2921b0
parent03fe8db14b32a625c4041e3a8890bbf809679544
ir_sirc: minor Python and other nits

The .wait() wrapper always receives Python lists. There is only a single
IR pin (and its value isn't even used anywhere because appropriate edge
conditions get constructed). There is a delicate ss/es detail in the
.decode() routine concerning the IR frame's annotation's start. Don't
"continue" in the loop body's last statement, just "pass" and continue.
decoders/ir_sirc/pd.py