#
microbit
Here are 385 public repositories matching this topic...
Microsoft MakeCode (PXT - Programming eXperience Toolkit)
-
Updated
Oct 5, 2020 - TypeScript
A curated list of BBC micro:bit resources.
-
Updated
Oct 5, 2020 - Python
A comprehensive and FREE Online Python Development course FOR KIDS utilizing an official BBC micro:bit Development Board and later an Expressif ESP32 Development Board going step-by-step into the world of Python for microcontrollers.
python
tutorial
microcontroller
microcontrollers
article
micropython
educators
linkedin
kids
microbit
stem
mu
pythonforeverybody
pythonforbeginner
pythonlearning
kidscancode
educator
pythonforkids
kids-utilizing
step-lessons
-
Updated
Oct 4, 2020 - Python
Learning embedded development with Rust on the micro:bit
-
Updated
Apr 27, 2020 - Rust
MakeCode extension for controlling your LEGO Power Functions devices with an IR-emitting LED
-
Updated
Jun 5, 2020 - TypeScript
Simple micropython library for the micro:bit to control the SSD1306 display
-
Updated
Oct 7, 2017 - Python
Otto Blockly; a fully integrated graphical programming for Arduino robots, ready to install in your computer, works offline
-
Updated
Oct 1, 2020 - C
Easily install and configure a development environment for the BBC micro:bit in C/C++, MakeCode, and MicroPython using Vagrant (virtual machine).
-
Updated
Mar 9, 2020 - Shell
mi:node kit(micro:bit IoT Starter Kit by element14) driver package for PXT/microbit
-
Updated
Nov 13, 2019 - C++
micro:bit library for the HC-SR04 ultrasonic sensor
-
Updated
Mar 28, 2019 - Python
DIY electronic modules for tinkerers
-
Updated
Mar 9, 2019 - HTML
The smart garden ornaments project! 🦩 🌱 🤖
-
Updated
Jul 8, 2020 - Python
Improve this page
Add a description, image, and links to the microbit topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the microbit topic, visit your repo's landing page and select "manage topics."
In order for interrupt-based wake-ups (as introduced by #1142) to work concurrently with
time.Sleep
, we need to make some per-board changes.Previously,
sleepTicks
(the function used as an interface between the scheduler and the hardware timer) was defined to block until the timer completed, since there was nothing else to do. Now we need to change this so that it bails out when an interrup