https://github.com/magnitopic/magssensehats
Code to control a RaspberryPi Sense Hat
https://github.com/magnitopic/magssensehats
raspberry-pi sense-hat
Last synced: about 2 months ago
JSON representation
Code to control a RaspberryPi Sense Hat
- Host: GitHub
- URL: https://github.com/magnitopic/magssensehats
- Owner: magnitopic
- Created: 2020-11-11T19:19:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-05-09T10:29:31.000Z (about 4 years ago)
- Last Synced: 2025-01-19T13:55:59.020Z (over 1 year ago)
- Topics: raspberry-pi, sense-hat
- Language: Python
- Homepage:
- Size: 197 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RaspberryPi Sense Hat
Programs that show what can be done with the SenseHat library for the RbPi.
You will need a physical board on your RbPi. Or you can emulate it.
More info on the board: https://www.raspberrypi.org/products/sense-hat/
The library documentation: https://pythonhosted.org/sense-hat/
## Install the library
```bash
sudo apt install sense-hat
```
