]> sigrok.org Git - libsigrokdecode.git/commit
ir_nec: Drop some unneeded options.
authorUwe Hermann <redacted>
Fri, 7 Mar 2014 16:24:21 +0000 (17:24 +0100)
committerUwe Hermann <redacted>
Mon, 10 Mar 2014 14:39:33 +0000 (15:39 +0100)
commit73fc79e094855b616fb6d6e392a87338ffe37a6b
treea3224033b0891cb8095290163e8bc65407a9a17a
parent00962e763e610d8535dd9df1ac97377b3fb727a7
ir_nec: Drop some unneeded options.

The timing of the protocol is not really configurable, valid data in
this protocol must always adhere to the same timing parameters, making them
configurable should not be needed.

Also: Only check for the "interesting" edges and simplify the code a bit.
decoders/ir_nec/pd.py