David Whale
David Whale
Hi Adam, This is a nice header-only library. Quick Q: If the header is included in two different cpp files, won't you get two independent copies of the aiff sample...
As per a discussion on slack just now... This search does not find anything about the ustruct module... https://microbit-micropython.readthedocs.io/en/latest/search.html?q=ustruct&check_keywords=yes&area=default  But using the latest...
I'm using the buttons on MicroPython to measure the time of an external event (reaction based). Does anyone know where I can find the debounce time in the MicroPython code,...
Anyone interested in giving this SDcard interface a go in microPython??? https://twitter.com/sniffCode/status/726731075574177792 Great for 'large scale data logging'. David
It would be really helpful to be able to trace an arbitrary running version of MicroPython on an arbitrary micro:bit, back to the github source that generated it. This would...
If you create blockly code and use the share feature, when you use the URL, all you get back is the textual Python code, not the blockly code.
The blockly interface is amazing. However, one thing that makes it feel very different from the existing PXT experience is the absence of round-tripping. I found a paper on round-tripping...
The new Blockly is brilliant. There are some really nice Python features you have surfaced into blocks. However, there are a lot of palettes and a lot of blocks, and...
V2 micro:bit has just been released this week. Noteable features to add support to bitio are: - loud/quiet sensing and threshold detection - support for music library (play sounds) -...
There is some possible issue with importing, that breaks unittest discover mode, that I need to investigate. I will probably write some unittest suites for the newarch work, and that...