Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-03-02 | Move the InvalidChecksum exception to the base exceptions module. | Diego Elio Pettenò | 1 | -1/+1 | |
Most glucometers have *some* sort of checksum, so there is no reason to implement this on a per-driver basis. | |||||
2016-02-13 | otultraeasy: move the crc function to lifescan_common. | Diego Elio Pettenò | 1 | -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. | |||||
2014-01-29 | Initial support for OneTouch Ultra Easy glucometers. | Diego Elio Pettenò | 1 | -0/+60 | |
The driver is fully functional but requires proper documentation and testing. |