summaryrefslogtreecommitdiffstats
path: root/glucometerutils/drivers/fsprecisionneo.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update typing to PEP 585 style.Diego Elio Pettenò2023-08-031-2/+3
* Update fsprecisionneo.pyONO,Tetsuo2021-09-181-2/+2
* Update fsprecisionneo.pyONO,Tetsuo2021-09-181-0/+2
* Add missing SPDX-FileCopyrightText throughout the project.Diego Elio Pettenò2020-03-271-0/+1
* The big typing cleanup.Diego Elio Pettenò2020-03-271-34/+35
* Fix errors identified by flake8.Diego Elio Pettenò2020-03-261-3/+3
* Make HID support a "session" class rather than a base class.Diego Elio Pettenò2020-03-221-2/+3
* format code with blackBen2020-03-081-26/+35
* factor out common driver methodsBen2020-02-181-0/+2
* Use the new website URL for glucometer-protocols.Diego Elio Pettenò2019-09-021-1/+1
* and patient_name supportmatmutant2019-07-081-2/+4
* fsprecisionneo: Scale ketone readings to mmol/lAndreas Sandberg2019-05-191-1/+7
* Replace epydoc metadata with SPDX identifiers.Diego Elio Pettenò2019-02-081-5/+2
* 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-5/+5
* change 999 to infWesley T. Honeycutt2018-05-231-1/+1
* Fix for non-integer errorsWesley T. Honeycutt2018-05-231-1/+5
* Use Python3 Enum class for glucose units.Diego Elio Pettenò2017-12-281-1/+1
* Fix with_ketoneLeonard Lausen2017-10-021-2/+1
* Fix ketone readingLeonard Lausen2017-10-021-1/+2
* Fix syntax error in fsprecisionneo.pyLeonard Lausen2017-10-011-1/+1
* fsprecisionneo: add ketone reading supportSamuel Martin2017-09-251-8/+19
* common: rename Reading class into GlucoseReading classSamuel Martin2017-09-251-1/+1
* Abbott devices: add support for using hidapi library.Diego Elio Pettenò2017-06-031-1/+4
* All drivers: move documentation of features from README to docstring.Diego Elio Pettenò2017-04-171-1/+17
* fsprecisionneo: move the version and serial number information to the common support class.Diego Elio Pettenò2017-01-171-10/+2
* fsprecisionneo: fix mistake in readings dump command.Diego Elio Pettenò2017-01-171-1/+1
* Update copyrights, cleanup whitespace where needed.Diego Elio Pettenò2017-01-161-2/+6
* Add new driver for the Abbott FreeStyle Precision Neo.Diego Elio Pettenò2017-01-161-0/+65