calliope-edu / CalliopEO_AstroPi

MIT License
1 stars 2 forks source link

Cleaned up code, improved README and fixed issues with serial port #16

Closed rzbrk closed 3 years ago

rzbrk commented 3 years ago

Fixes issues #5 and #13

For issue #13 I made some major changes to the code.

I tested the code on my Raspbery Pi. The scripts executes as expected with and without Calliope Mini.

rzbrk commented 3 years ago

I just saw, that the dependency to package glob is no longer needed, because the script now uses serial.tools.list_ports.comports() to retrieve a list of serial ports from the OS. We can delete import glob. I added a dedicated commit.