summaryrefslogtreecommitdiffstats
path: root/glucometerutils/drivers/freestyle_optium.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* freestyle_optium: remove debugging print.Diego Elio Pettenò2016-08-311-1/+0
|
* Use a more Pythonic map(..., int) instead of list comprehension.Diego Elio Pettenò2016-03-021-2/+2
|
* Move the InvalidChecksum exception to the base exceptions module.Diego Elio Pettenò2016-03-021-8/+1
| | | | | Most glucometers have *some* sort of checksum, so there is no reason to implement this on a per-driver basis.
* Update documentation, reference the new glucometer-protocols repository.Diego Elio Pettenò2016-02-091-1/+8
| | | | Also update copyright year.
* freestyle_optium: implement checksum verification on results.Diego Elio Pettenò2016-02-091-2/+26
| | | | | This should ensure more integrity of the results, and matches the behaviour on the lifescan devices.
* Implement a basic driver for the FreeStyle Optium devices.Diego Elio Pettenò2016-02-081-0/+249
This driver supports dumping of (glucose) readings and reading/setting the clock.