rhubarbdog

Results 37 comments of rhubarbdog

Add the text. This implies that pins 5 and 11 are only usable as read_digital pins. Testing for `if pin5.read_digital() == 0:`

What other modules are there? ujson ? uhashlib ? Would it be possible to create an alphabetical module index as per the micropython docs. Or is that a lot of...

have you thought of saving the current screen (if needed) using `display.get_pixel()` switch the display off using `display.off()` read/write data to the pin switch the display back on `display.on()` restore...

The print statement is probably printed in the pre amble before serial starts. `screen` often misses stuff

Just so you're aware this doesn't happen with chromium version 9.2.10.15 So it's a feature/bug with chrome on android

You need to use file transfer to copy `make_radio.py` to your microbit

Hi without further input from say @dpgeorge on the new memory addresses for the rows I'm unable to take this any further. Do we need a asmleds.py for version 2...

has the initialisation of pins significantly changed between versions this is what i've got and nothing is displayed i was expecting each row of leds to illuminate ``` @micropython.asm_thumb def...