summaryrefslogtreecommitdiffstats
path: root/glucometerutils/drivers/sdcodefree.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* sdcodefree: rewrite using construct and improve readability.Diego Elio Pettenò2017-12-311-87/+78
* Use Python3 Enum class for meal flags.Diego Elio Pettenò2017-12-281-3/+3
* Use Python3 Enum class for glucose units.Diego Elio Pettenò2017-12-281-1/+1
* common: rename Reading class into GlucoseReading classSamuel Martin2017-09-251-1/+1
* Add support for a "help" action that prints the driver module's docstring.Diego Elio Pettenò2017-04-171-1/+14
* Serial drivers: factor out opening of the serial port to a new base class.Diego Elio Pettenò2017-04-171-14/+5
* serial drivers: if no --device parameter is given, look for default cable.Diego Elio Pettenò2017-04-151-6/+7
* all drivers: make --device optional at the tool level.Diego Elio Pettenò2017-04-151-0/+5
* sdcodefree: reformat and cleanup.Diego Elio Pettenò2017-02-091-135/+138
* Wrap the meter information to a namedtuple, instead of a string.Diego Elio Pettenò2017-01-151-2/+2
* sdcodefree: new driver.Diego Elio Pettenò2016-06-191-0/+190