From eab15953527735165ca11224f3e93c73397de379 Mon Sep 17 00:00:00 2001 From: Phil Howard Date: Mon, 11 Mar 2024 15:04:18 +0000 Subject: [PATCH] README.md: Add link to pimoroni-pico-stubs. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c97ddb17..6a1b3485 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,10 @@ You can find MicroPython examples for supported sensors, packs and bases in the * [MicroPython Examples](micropython/examples) +You can also install MicroPython stubs into Visual Studio Code to give you auto-complete, see: + +* [MicroPython Stubs](https://github.com/pimoroni/pimoroni-pico-stubs) + # C/C++ Advanced users that want to unleash the full power of Pico can use our C++ libraries. If you know what you're doing and want to build your own Pimoroni Pico project then start with the [Pimoroni Pico SDK Boilerplate](https://github.com/pimoroni/pico-boilerplate).