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
- Host: GitHub
- URL: https://github.com/johnhpruitt/circuitpython_examples
- Owner: johnhpruitt
- Created: 2024-03-23T02:02:19.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-28T04:15:19.000Z (almost 2 years ago)
- Last Synced: 2025-04-06T15:17:34.594Z (10 months ago)
- Topics: circuitpython, raspberry-pi-pico
- Language: Python
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.