Skip to main content

The PiFace common functions module.

Project description

pifacecommon

Common functions for interacting with PiFace products. Also available from [PyPI](https://pypi.python.org/pypi/pifacecommon/)

Installation

$ git clone https://github.com/piface/pifacecommon.git $ cd pifacecommon $ sudo python3 setup.py install

Or for those of you that are still using Python 2:

$ sudo python setup.py install

Documentation

[http://piface.github.io/pifacecommon/](http://piface.github.io/pifacecommon/)

Change Log

v2.0.0

  • Improved interrupts (different API, check the docs).

  • Reduced scope of global variables from package to individual modules. (Hiding namespaces from the end user is an attempt to simplify the interface for children. However this package is not intended for that audience and so messing with the namespaces only confuses things.)

v1.2.1

v1.2

  • Started using a change log!

  • Removed errors submodule, custom exceptions now go in their respective modules. This might change back in a future release.

  • Fixed DigitalInput value bugs

  • Fixed SPI transfer bug.. Function spisend now takes bytes as an argument instead of a list. This makes more sense, since it returns bytes.

  • Removed install.sh, everything is now handled by setup.py.

  • Updated docs.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pifacecommon-2.0.0.tar.gz (10.2 kB view hashes)

Uploaded Source

Built Distribution

pifacecommon-2.0.0.linux-x86_64.tar.gz (18.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page