summaryrefslogtreecommitdiffstats
path: root/test/test_otultraeasy.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* LifeScan devices: move lifescan_common to the support directory.Diego Elio Pettenò2017-01-161-3/+3
| | | | | This makes it easier to figure out which files represent drivers, and which ones are per-vendor support modules.
* Move the InvalidChecksum exception to the base exceptions module.Diego Elio Pettenò2016-03-021-1/+1
| | | | | Most glucometers have *some* sort of checksum, so there is no reason to implement this on a per-driver basis.
* otultraeasy: move the crc function to lifescan_common.Diego Elio Pettenò2016-02-131-2/+2
| | | | | The same CRC-CCITT function is used in Verio 2015 devices, so prepare to reuse it by moving it to the common module.
* Initial support for OneTouch Ultra Easy glucometers.Diego Elio Pettenò2014-01-291-0/+60
The driver is fully functional but requires proper documentation and testing.