Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Driver for FreeStyle Freedom Lite #114

Closed
wants to merge 3 commits into from

Conversation

stefie10
Copy link
Contributor

Hello,

I just got a FreeStyle FreedomLite, and I was able to write a driver following the protocol document here:
https://protocols.glucometers.tech/abbott/freestyle-lite.html and cribbing from fsoptium.py which uses a similar but different serial protocol. Happy to release under the MIT license as you guys have or do a copyright assignment to you all. Thanks for a great package.

Enjoy!

Stefanie

Copy link
Collaborator

@Flameeyes Flameeyes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like I need to fix pytest, the failures are not related to this change.

Let me take care of that tomorrow, then I'll ask you please to rebase, and Mergify should take care of the rest. (I don't get many pull requests so this automation has clearly rusted a bit, oops!)


class Device(serial.SerialDevice, driver.GlucometerDevice):
BAUDRATE = 19200
#DEFAULT_CABLE_ID = "1a61:3420"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Stray comment?

@Flameeyes
Copy link
Collaborator

Okay it should be good to rebase now, and pytest should work :)

@Flameeyes
Copy link
Collaborator

I fixed up a couple of pre-commit issues and updated docs and dependencies — merging this in #127 to make all current checks pass.

I wish isaacs/github#2 would have been fixed in the past 10 years, but nope.

@Flameeyes Flameeyes closed this Aug 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants