whaleygeek / bitio

A micro:bit I/O device library for Python
Other
92 stars 31 forks source link

Add an ability to choose the micro:bit port using environment variables #41

Closed musabkilic closed 1 year ago

musabkilic commented 1 year ago

Pull request for #40

Works by setting the env variable PORT

whaleygeek commented 1 year ago

Nice.

Can I suggest you call it BITIO_PORT, and also add a line to the readme explaining that this variable exists and what it is for, and how to set it.

Thanks!

musabkilic commented 1 year ago

Done!

whaleygeek commented 1 year ago

Great thanks!

whaleygeek commented 1 year ago

Thanks for your contribution!