DesignSpark.Pmod

logo HAT

Python library to support using Pmods with a Raspberry Pi and the DesignSpark Pmod HAT.

Features include:

  • Simple interfaces for supported Pmods
  • Checking that Pmod and port capabilities match
  • Checking for port usage conflicts
  • Usage examples

Supported Pmods

The following Pmods are currently supported:

1 Builds on the excellent luma.oled and luma.core libraries from Richard Hull and contributors.

Installation

DesignSpark.Pmod can be installed from PyPi using pip. See the documentation for details.

Documentation

Installation and API documentation, along with examples, can be found at:

http://designspark-pmod.readthedocs.io

For Pmod HAT documentation, including the reference manual and schematic, see:

https://reference.digilentinc.com/reference/add-ons/pmod-hat/start

Change log

Version Description Date
0.2.0
  • Tidied up names, added documentation and examples
28/11/17
0.1.0
  • Initial version
26/11/17

The MIT License (MIT)

Copyright (c) 2017 RS Components Ltd

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.