summaryrefslogtreecommitdiffstats
path: root/glucometerutils/drivers/sdcodefree.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace flameeyes.eu with flameeyes.com.Diego Elio Pettenò2019-02-081-1/+1
* Fix most of the pylint output, and hide away some that is not needed.Diego Elio Pettenò2018-12-121-10/+11
* sdcodefree: allows an arbitrary number of null-bytes before challenge.Diego Elio Pettenò2018-12-091-6/+9
* Fix sdcodefree driver, the same as the lifescan changes.Diego Elio Pettenò2018-07-241-1/+1
* Update sdcodefree.pyArkadiusz Bulski2018-03-171-2/+2
* SymmetricMapping was renamed to MappingArkadiusz Bulski2018-03-171-2/+2
* construct-code is (almost) uptodateArkadiusz Bulski2018-03-171-4/+5
* 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