virantha / bricknil

Control LEGO Bluetooth Sensors and Motors with Python
https://virantha.github.io/bricknil
Apache License 2.0
142 stars 39 forks source link

Remove Adafruit library #5

Closed dlech closed 3 years ago

dlech commented 4 years ago

bleak now has macOS support, so we don't need the separate Adafriut library for macOS.

dlech commented 4 years ago

This depends on https://github.com/hbldh/bleak/pull/126

virantha commented 4 years ago

I just noticed I'm still using my own local branch of bleak. Will the pypi version of bleak now work? Or maybe I will just merge these into my own local branch and push out that release to pypi bricknil-bleak

dlech commented 4 years ago

It works with upstream bleak plus the one pull request I referenced that hasn't been merged yet.

Also, I haven't looked into why these changes cause the tests to fail, so there may be more work to be done in the PR too.