smr99 / lego-hub-tk

Pythonic connector for the LEGO Mindstorms/Spike Prime robot hub
MIT License
34 stars 5 forks source link

some runtime and readme updates #20

Closed SpudGunMan closed 2 years ago

SpudGunMan commented 2 years ago

a few clean-ups for the removal of the monitor function

SpudGunMan commented 2 years ago

I may have misunderstood its need let me remove those parts for now I am working on trying to get this functioning on raspberry

smr99 commented 2 years ago

If you don't need the connection monitor, you can use a "dummy" one like this:

# below is an alternative if the USB scanning does not work
cm = DirectConnectionMonitor(SerialConnection("/dev/ttyACM0"))

Then pass in cm to the HubClient constructor.