Skip to content

Using the Raspberry Pi Sense HAT with CircuitPython

Notifications You must be signed in to change notification settings

jhhoffmann/circuitpython-sensehat

 
 

Repository files navigation

Using the Raspberry Pi Sense HAT with CircuitPython

This repository contains code that illustrates how to interface the Raspberry Pi Sense HAT with the CircuitPython. It relies on CircuitPython, so this code should also work on any microcontroller compatible with CircuitPython. More detailed descriptions of how these tests work can be found on this website.

Installation

sudo apt install python3-venv
python3 -mvenv adafruit
. adafruit/bin/activate
pip install wheel
pip install -r requirements.txt

About

Using the Raspberry Pi Sense HAT with CircuitPython

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%