The Micro Bit is an inexpensive and open source hardware ARM-based embedded system designed by the BBC for use in computer education in the UK popular with hobbyists.
Questions tagged [bbc-microbit]
2 questions
2
votes
1 answer
Listing of MicroBit.h for V1 micro:bit?
I'm looking for a listing of the Microbit.h header file for V1 microbits.
(Trying to understand a C++ program for controlling the ADC).
I've been able to find the V2 version, but not V1.
keble
- 21
- 2
1
vote
0 answers
Debugging Python on the BBC micro:bit with Pycharm
I am following this guide which seems to be excllent, except for one litte problem:
When I debug, a breakpoint which I set on the first line is nor reached and the script seems to hang.
The debugger tabs shows that we are connected:
as does theā¦
Mawg
- 3,147
- 1
- 13
- 35