summaryrefslogtreecommitdiff
path: root/decoders/pwm
AgeCommit message (Expand)Author
2017-12-22all decoders: introduce a reset() methodGerhard Sittig
2017-06-21pwm: Drop unused 'pins' variable.Uwe Hermann
2017-06-20pwm: Fixup sample numbers for binary outputGerhard Sittig
2017-06-20pwm: Eliminate more decoder "state"Gerhard Sittig
2017-06-20pwm: Rephrase edge and period detection, eliminate internal stateGerhard Sittig
2017-06-15pwm: Reduce indentation level.Uwe Hermann
2017-06-15pwm: Simplify waiting for initial edge.Uwe Hermann
2017-06-06pwm: Convert to PD API version 3Gerhard Sittig
2017-01-07license: remove FSF postal address from boiler plate license textGerhard Sittig
2016-05-15Use consistent __init__() format across all PDs.Uwe Hermann
2016-04-20pwm: Use self.{ss,es}_block for consistency across PDs.Uwe Hermann
2015-12-24Use self.out_binary naming consistently across all PDs.Uwe Hermann
2015-12-24Use a Python list (not tuple) for OUT_BINARY.Uwe Hermann
2015-09-15jitter, pwm: Avoid Unicode string literalsDaniel Elstner
2015-04-02pwm: add period annotationMatt Porter
2014-11-02pwm: Fix and reworkSebastien Bourdelin
2014-10-17Add a PWM decoder.Uwe Hermann