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

Code simplification #11

Open janvrany opened 4 years ago

janvrany commented 4 years ago

This pull request simplifies the code by running everything in single asyncio loop. This is possible since recent bleak also supports macOS and Windows. This code depends on earlier PR #5 by @dlech .