From fddd26d8a19cac7040d75959033a8140fcda60f4 Mon Sep 17 00:00:00 2001 From: Carlos Pereira Atencio Date: Wed, 23 Aug 2023 21:40:49 +0100 Subject: [PATCH] Python Tools: Add micro:bit MicroPython stub. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 51a8ba0..6345a70 100644 --- a/README.md +++ b/README.md @@ -153,6 +153,7 @@ Contributions are welcome! Not sure how to submit a contribution? Have a look at - [MicroFs](https://github.com/ntoll/microfs) - Simple command line tool and module for interacting with the limited file system provided by MicroPython on the micro:bit. - [Jupyter kernel for the micro:bit](https://github.com/takluyver/ubit_kernel) - Package that allows Jupyter interfaces to run MicroPython code directly on the micro:bit. - [Combining micro:bit with TI calculators](https://education.ti.com/en/teachers/microbit) - Connect and programme the BBC micro:bit in Python with multiple TI calculator models. +- [micro:bit MicroPython stubs](https://github.com/microbit-foundation/micropython-microbit-stubs) - Type stubs for MicroPython for micro:bit to support the editor autocompletion. ### 🗿 JavaScript and MakeCode