| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
This driver supports GlucoMen areo by A. Menarini Diagnostics.
It possibly works with the GlucoMen Areo 2K but it is untested with it,
and does not support reporting Ketone readings.
|
|
|
|
|
|
|
|
|
|
|
| |
The TD-4235B meter (sold as GlucoRx Nexus Q) uses pretty much the same
protocol as the TD-4277.
This change renames the driver, and reports the model returned by the
device when receiving information.
Other than that, a couple of constants are different from the previous
meter.
|
| |
|
|
|
|
|
|
|
|
|
| |
Instead of maintaining the reversing tools for Abbott FreeStyle devices in
this repository, they are now part of their own project
(https://github.com/glucometers-tech/freestyle-hid), making it easier to
split the dependencies requirements.
The basic I/O of the FreeStyle session is also implemented in that library.
|
|
|
|
|
| |
Now that there's an actual release (even if beta) that supports the CP2110,
we can depend on it with the extras enabled.
|
|
|
|
|
|
|
| |
Now that PYSCSI v2.0.1 is released, its dependency can be expressed
correctly.
Also link to PyPI rather than Markus's own fork.
|
|
|
|
|
|
|
|
|
| |
See https://reuse.software/ for details.
For simplicity, the support files, that are vastly copy-pasta, are licensed
under MIT license, rather than LGPL-2.1-or-later.
Note that `reuse lint` currently fails due to fsfe/reuse-tool#208.
|
| |
|
|
|
|
| |
This simplifies compatibility with usbmon-tools for the reversing tools, and will allow converting all the type annotations inline, which is less intrusive.
|
| |
|
| |
|
| |
|
|
|