Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-21 | decoders: Rephrase condition-less .wait() calls (self documentation) | Gerhard Sittig | |
Telling .wait() to "skip one sample" slightly obfuscates the intent of getting the next samples while no condition applies. Explicitly pass no condition arguments instead, to better reflect the purpose. Coincidently these .wait() calls will execute in slightly less expensive code paths in the common code. | |||
2017-01-15 | em4100: Convert to PD API version 3 | Gerhard Sittig | |
2017-01-07 | license: remove FSF postal address from boiler plate license text | Gerhard Sittig | |
Remove the FSF postal address as it might change (it did in the past). Reference the gnu.org website instead which is more stable. | |||
2016-05-26 | Consistency renames of {ss,es}_ variables. | Uwe Hermann | |
2016-05-15 | Use consistent __init__() format across all PDs. | Uwe Hermann | |
The previous **kwargs some PDs had is not actually ever used, so drop it. | |||
2016-03-04 | em4100/t55xx: Fix accidentally broken wording in license header. | Uwe Hermann | |
The word "version" was accidentally replaced by "data" (sed). | |||
2015-12-18 | em4100: Simplify the code a bit. | Uwe Hermann | |
2015-12-18 | em4100: Use ss/es naming for consistency across PDs. | Uwe Hermann | |
2015-12-18 | em4100: Eliminate some unnecessary int()s. | Uwe Hermann | |
2015-12-18 | em4100: Change annotation setup a bit, decode more protocol details. | Uwe Hermann | |
2015-12-18 | Add RFID EM4100 protocol decoding | Benjamin Larsson | |