whaleygeek / bitio

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

idomatic use of 'None' #28

Open whaleygeek opened 4 years ago

whaleygeek commented 4 years ago

https://github.com/whaleygeek/bitio/commit/a6eae579057a943f3613aea551620cc4a69f48cf introduces a Radio api, but the api.py parser will need to detect the None with a bit of extra parsing.

whaleygeek commented 3 years ago

See https://github.com/whaleygeek/bitio/issues/30