A repository of miscellaneous micropython code. This is intended to form a collection of downloadable python code that can be used as examples for learning coding for physical computing.
Much of this repository is cloned/forked from other repos and adapted to a greater or lesser extent. Notable repos include:
It's mostly used to experiment with code for teaching Python for beginners, using the Pimoroni Pico Explorer Base and other bits and pieces.
Many thanks to the original authors, and to Pimoroni, for the work that has gone into these modules, drivers and examples - it's much appreciated!
A simple example of how to construct a ciruit to blink an LED on and off in various ways
Examples of how to connect a string of addressable RGB LEDs (neopixels) to create various effects
Examples to connect an LCD display that uses the i2c protocol
Tests with the Pimoroni 'pico_display' LCD backpack
Experiments with the various features built into the Pimoroni Pico Explorer Base