Pimoroni Pico Libraries and Examples
 
 
 
 
 
 
Go to file
Philip Howard 07f3d65a14
Merge pull request #194 from pimoroni/patch_plasma2040_examples
Extra examples and bug fixes for Plasma2040
2021-08-26 14:36:22 +01:00
.github/workflows Bringup BME688 and BME680 sensors 2021-08-02 14:11:56 +01:00
common
drivers Merge pull request #194 from pimoroni/patch_plasma2040_examples 2021-08-26 14:36:22 +01:00
examples Added C++ port of accelerometer example 2021-08-25 18:12:10 +01:00
libraries Updated micropython example to use working submodule 2021-08-19 15:16:40 +01:00
micropython Fix MicroPython alloc'd bytearray support in APA102 driver 2021-08-25 22:00:12 +01:00
.gitignore
.gitmodules C++ SDK Support for BME280 and BMP280 2021-08-02 14:20:40 +01:00
CMakeLists.txt
LICENSE
README.md
pico_sdk_import.cmake
pimoroni_pico_import.cmake
setting-up-micropython.md
setting-up-the-pico-sdk.md Add submodule init to instructions for #189 2021-08-04 10:30:33 +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.