summaryrefslogtreecommitdiffstats
path: root/glucometerutils/drivers/fsprecisionneo.py (unfollow)
Commit message (Expand)AuthorFilesLines
2020-03-22Make HID support a "session" class rather than a base class.Diego Elio Pettenò1-2/+3
2020-03-08format code with blackBen1-26/+35
2020-02-18factor out common driver methodsBen1-0/+2
2019-09-02Use the new website URL for glucometer-protocols.Diego Elio Pettenò1-1/+1
2019-07-08and patient_name supportmatmutant1-2/+4
2019-05-19fsprecisionneo: Scale ketone readings to mmol/lAndreas Sandberg1-1/+7
2019-02-08Replace epydoc metadata with SPDX identifiers.Diego Elio Pettenò1-5/+2
2019-02-08Replace flameeyes.eu with flameeyes.com.Diego Elio Pettenò1-1/+1
2018-12-12Fix most of the pylint output, and hide away some that is not needed.Diego Elio Pettenò1-5/+5
2018-05-23change 999 to infWesley T. Honeycutt1-1/+1
2018-05-23Fix for non-integer errorsWesley T. Honeycutt1-1/+5
2017-12-28Use Python3 Enum class for glucose units.Diego Elio Pettenò1-1/+1
2017-10-02Fix with_ketoneLeonard Lausen1-2/+1
2017-10-02Fix ketone readingLeonard Lausen1-1/+2
2017-10-01Fix syntax error in fsprecisionneo.pyLeonard Lausen1-1/+1
2017-09-25fsprecisionneo: add ketone reading supportSamuel Martin1-8/+19
2017-09-25common: rename Reading class into GlucoseReading classSamuel Martin1-1/+1
2017-06-03Abbott devices: add support for using hidapi library.Diego Elio Pettenò1-1/+4
2017-04-17All drivers: move documentation of features from README to docstring.Diego Elio Pettenò1-1/+17
2017-01-17fsprecisionneo: move the version and serial number information to the common support class.Diego Elio Pettenò1-10/+2
2017-01-17fsprecisionneo: fix mistake in readings dump command.Diego Elio Pettenò1-1/+1
2017-01-16Update copyrights, cleanup whitespace where needed.Diego Elio Pettenò1-2/+6
2017-01-16Add new driver for the Abbott FreeStyle Precision Neo.Diego Elio Pettenò1-0/+65