Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-13 | All PDs: Only import the 'Decoder' object. | Uwe Hermann | |
Anything else in the pd.py files doesn't have to be imported/exposed. | |||
2014-07-15 | All PDs: Minor whitespace and consistency fixes. | Uwe Hermann | |
- No newlines at the end of files. - No trailing ';' characters. - Comparison with None: Use 'is None' or 'is not None'. - Comparison with True/False: Use 'if cond:' or 'if not cond:'. - Various minor whitespace fixes. | |||
2014-01-28 | All PDs: Improve/fix descriptions. | Uwe Hermann | |
2013-12-28 | i2c: Replaced I2C with I²C | Joel Holdsworth | |
2013-09-14 | i2c: Move OUTPUT_PROTO docs to pd.py. | Uwe Hermann | |
2013-09-14 | i2c: Moved extensive protocol docs to the wiki. | Uwe Hermann | |
2013-04-23 | GPL headers: Use correct project name. | Uwe Hermann | |
2012-11-24 | All PDs: Name the files pd.py consistently. | Uwe Hermann | |
The Python module name is determined by the directory name (e.g. dcf77), the *.py file names in that directory don't matter and can be kept consistent. | |||
2012-06-12 | srd: Cosmetics. | Uwe Hermann | |
2012-03-04 | srd: I2C: Update PD protocol docs. | Uwe Hermann | |
2012-02-01 | srd: Move all protocol docs to __init__.py files. | Uwe Hermann | |
2012-01-15 | srd: Each PD now has its own subdirectory. | Uwe Hermann | |