Pimoroni Pico Libraries and Examples
 
 
 
 
 
Go to file
ZodiusInfuser dbbe71702a Fix for text scaling on lcd breakouts not working, and non-string vars hard-locking 2021-05-25 17:06:52 +01:00
.github/workflows Add PlatformDetect and Blinka as frozen modules 2021-05-20 14:25:30 +01:00
common Reset unused I2C pins to default when an instance is initialised 2021-05-21 15:01:11 +01:00
drivers Fix AS7262 constructor and example 2021-05-18 11:36:14 +01:00
examples Enable -Werror -Wall and fix all the things 2021-05-17 16:20:42 +01:00
libraries Tidy up constructors, drop unused variables, const single addr 2021-05-17 14:50:49 +01:00
micropython Fix for text scaling on lcd breakouts not working, and non-string vars hard-locking 2021-05-25 17:06:52 +01:00
.gitignore
.gitmodules Switch to upstream ulab 2021-03-22 16:51:29 +00:00
CMakeLists.txt Enable -Werror -Wall and fix all the things 2021-05-17 16:20:42 +01:00
LICENSE
README.md Typo 2021-02-12 20:36:29 +01:00
pico_sdk_import.cmake
setting-up-micropython.md
setting-up-the-pico-sdk.md Update MicroPython build step and reorder it to after toolchain step. 2021-04-11 13:15:13 +01:00

README.md

Pimoroni Pico Libraries and Examples

Welcome to the brave new world of Pico! This repository contains the C/C++ and MicroPython libraries for our range of Raspberry Pi Pico addons.

First of all you need to decide if your project is going to be done in MicroPython or using C/C++ with the Pico SDK. We have instructions for both here:

Software support for our Pico range

It's very early days for Pico and we've been working our little socks off to get everything ready for launch.

Most of our Pico addons have support for both C/C++ and MicroPython but we're still catching up a little bit in places.

The table below shows the current state of compatibly and some notes to set expectations:

Product C/C++ Library MicroPython Library Notes
Pico Explorer Base Yes Yes
Pico RGB Keypad Yes Yes
Pico Unicorn Pack Yes Yes MicroPython support added in v0.0.3 Alpha
Pico Audio Pack Yes No Limited support for MicroPython planned
Pico Scroll Pack Yes Yes
Pico Display Pack Yes Yes

We will keep this information updated as things develop.

Note: It's very early days for Raspberry Pi Pico and it's likely that our libraries will undergo quite a lot of changes over the next couple of weeks as we take in feedback and expand the functionality.