summaryrefslogtreecommitdiff
path: root/decoders/ir_sirc/lists.py
AgeCommit message (Collapse)Author
2020-07-22ir_sirc: .put() nits, common helpers, whitespaceGerhard Sittig
Wrap the .put() routine which eliminates redundancy and shortens a few code lines. Vertically align text variants for different zoom levels. Prefer common helpers for bit accumulation which eliminates a local copy of that feature. Address minor whitespace nits, alpha-sort imports.
2020-07-22ir_sirc: introduce decoder for Sony IR remote control protocolTom Flanagan