]> sigrok.org Git - libsigrokdecode.git/history - decoders/lm75
Change PD options to be a tuple of dictionaries.
[libsigrokdecode.git] / decoders / lm75 /
2014-03-09 Bert VermeulenChange PD options to be a tuple of dictionaries.
2014-01-30 Uwe Hermanns/out_proto/out_python/.
2014-01-28 Uwe HermannAll PDs: Consistent naming/case for annotation shortnam...
2014-01-28 Uwe HermannAll PDs: Drop unneeded comments.
2014-01-28 Uwe HermannAll PDs: Improve/fix descriptions.
2013-12-28 Joel Holdsworthlm75: Replace I2C with I²C
2013-11-27 Bert VermeulenAutomate protocol decoder installation.
2013-11-15 Bert VermeulenDrop outdated report: this should be handled by a frontend.
2013-11-15 Bert VermeulenUse the new Decoder.register() API
2013-11-07 Bert VermeulenRename inter-PD output type to SRD_OUTPUT_PYTHON
2013-10-30 Bert VermeulenThe start() method no longer takes a metadata parameter
2013-04-23 Uwe HermannGPL headers: Use correct project name.
2013-01-12 Uwe HermannCosmetics, fix typos.
2012-11-24 Uwe HermannAll PDs: Name the files pd.py consistently.
2012-07-28 Uwe Hermannsrd: lm75: s/degrees Kelvin/Kelvin/.
2012-07-05 Uwe Hermannsrd: lm75: Output min/max/avg temperature in report().
2012-07-05 Uwe Hermannsrd: lm75: Warn about temperature reg. being read-only.
2012-07-05 Uwe Hermannsrd: lm75: Generic handling of register reads/writes.
2012-06-27 Uwe Hermannsrd: Add National LM75 protocol decoder.