whaleygeek / bitio

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

ALL_CLOCKS #8

Closed martinohanlon closed 7 years ago

martinohanlon commented 7 years ago

is missing, it would make working with clocks a lot easier if it was implemented

DavidWhaleMEF commented 7 years ago

Sure, I'll add it tomorrow.

It goes in the creational code here:

https://github.com/whaleygeek/bitio/blob/master/src/microbit/api.py#L155

DavidWhaleMEF commented 7 years ago

I will also add ALL_ARROWS as that is useful for building a compass.

whaleygeek commented 7 years ago

see #9

whaleygeek commented 7 years ago

Fixed by https://github.com/whaleygeek/bitio/commit/47854d82f7a4b7f5ee4c9cca6d7923ad196f7fd8