Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codepope/pico-circuitypython-sensehat
Sense Hat code for the Pico running CircuitPython
https://github.com/codepope/pico-circuitypython-sensehat
circuitpython pi pico
Last synced: 9 days ago
JSON representation
Sense Hat code for the Pico running CircuitPython
- Host: GitHub
- URL: https://github.com/codepope/pico-circuitypython-sensehat
- Owner: codepope
- Created: 2021-03-30T11:07:31.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-30T14:43:56.000Z (almost 4 years ago)
- Last Synced: 2024-11-14T02:36:57.459Z (2 months ago)
- Topics: circuitpython, pi, pico
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pico-CircuityPython-SenseHat
A first pass at driving a SenseHat with a Pico via the Pico2Zero adapter.
## Uses
### Libraries
* adafruit_lps2x
* adafruit_hts221
* adafruit_lsm9ds1### Code
Ported DPAD and LED code ported from https://github.com/4eMaLo/SenseHAT-Game-of-Life/blob/master/sense_hat.py
by John Doe (@4eMaLo) to use CircuitPython I2C/Busio API.