rhubarbdog

Results 31 issues of rhubarbdog

the example program `asmleds.py` doesn't work on version 2 microbits, the display shows nothing

I have a DHT11 thermometer, it only works with microbit micropython is as an assembly routine with blocked interupts. if i use a `print` statement to show the result it...

i want to make a mecca detector for microbit simply input your longtitude and lattitude using the compas and arc tanget calculate the shortest distance to mecca

The instructions in the comments were for 'The PyBoard' (pyb). I've changed them so they use microbit code

I'm looking at the page for random https://microbit-micropython.readthedocs.io/en/latest/tutorials/random.html there is this program example of a dice ``` from microbit import * import random display.show(str(random.randint(1, 6))) ``` further down the page...

I have this program which plays 440Hz on `pin2`. I stop `pin0` with `misic.stop()`. The short note playing on `pin2` latches. [latch03.py.txt](https://github.com/bbcmicrobit/micropython/files/3182556/latch03.py.txt)

docs

Is it possible to add a function to detect a host computer connected to usb? I noticed pyboard has this so in theory it may be possible with microbit.

The program `pyboard.py` in tools. Has instructions in the comments. They are for another piece of hardware 'The PyBoard'

I was researching something regarding microbit pins. I found an up coming feature that button pins (5 & 11) were reusable as read_digital pins. It may be the case, i...