Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kbknapp/pifacecommon
Fork of piface/pifacecommon
https://github.com/kbknapp/pifacecommon
Last synced: 25 days ago
JSON representation
Fork of piface/pifacecommon
- Host: GitHub
- URL: https://github.com/kbknapp/pifacecommon
- Owner: kbknapp
- License: gpl-3.0
- Created: 2014-04-15T23:19:58.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-04-15T23:24:51.000Z (over 10 years ago)
- Last Synced: 2024-06-21T01:57:23.582Z (5 months ago)
- Language: Python
- Size: 273 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: COPYING
Awesome Lists containing this project
README
pifacecommon
============Common functions for interacting with PiFace products.
Documentation
=============[http://piface.github.io/pifacecommon/](http://piface.github.io/pifacecommon/)
You can also find the documentation installed at:
/usr/share/doc/python3-pifacecommon/
Install on Raspbian
===================Make sure you are using the lastest version of Raspbian:
$ sudo apt-get update
$ sudo apt-get upgradeInstall `pifacecommon` (for Python 3 and 2) with the following command:
$ sudo apt-get install python{,3}-pifacecommon
You will also need to set up automatic loading of the SPI kernel module which
can be done with the lastest version of `raspi-config`. Run:$ sudo raspi-config
Then navigate to `Advanced Options`, `SPI` and select `yes`.
Install on Arch
===============Make sure you are using the lastest version of Arch Linux for ARM (ALARM).
Using yaourt:
$ yaourt -S pifacecommon