Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.