An open API service indexing awesome lists of open source software.

https://github.com/johnhpruitt/circuitpython_examples

Brief examples of circuitpython code
https://github.com/johnhpruitt/circuitpython_examples

circuitpython raspberry-pi-pico

Last synced: 2 days ago
JSON representation

Brief examples of circuitpython code

Awesome Lists containing this project

README

          

# circuitpython_examples

## 1_button_light_control
A KB2040 based controller for Neopixel led array to light up model kits.

## 3x3_handwired_keypad
Handmade small macropad I assembled to practice before making a full keyboard.

## 3x3_keypad_hobby_lights
Combining light controlls from the 1_button_light_control with the bigger macropad.

## 6_button_handwired_keypad
re-usable controls for microcontroller projects.

## gas_sensor
Environment monitoring sensor for use in the home lab.

## keybow_macropad
Pimoroni mechanical keyboard macropad but using slightly different code structure than their example.

## pico_display
Pimoroni example code to use the pico display pack is in micropython and hides pin numbers in a library somewhere.