Metadata-Version: 1.1
Name: DesignSpark.Pmod
Version: 0.3.0
Summary: Raspberry Pi Pmod HAT support library
Home-page: https://github.com/designsparkrs/DesignSpark.Pmod
Author: RS Components
Author-email: maint@abopen.com
License: MIT License
Download-URL: https://github.com/designsparkrs/DesignSpark.Pmod/archive/0.3.0.tar.gz
Description: DesignSpark.Pmod
        ---------------- 
        
        .. image:: https://raw.githubusercontent.com/designsparkrs/DesignSpark.Pmod/master/docs/images/DesignSpark_Pmod_Library.jpg
           :alt: logo
        
        .. image:: https://raw.githubusercontent.com/designsparkrs/DesignSpark.Pmod/master/docs/images/Pmod_HAT.jpg
           :alt: 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 modules are currently supported with the `DesignSpark Raspberry Pi Pmod HAT <https://uk.rs-online.com/web/p/processor-microcontroller-development-kits/1448419/>`_:
        
        * `PmodACL2 <https://uk.rs-online.com/web/p/processor-microcontroller-development-kits/1346459/>`_ 3-axis Accelerometer 
        * `PmodAD1 <https://uk.rs-online.com/web/p/processor-microcontroller-development-kits/1346443/>`_ 12-bit ADC
        * `PmodGPS <https://uk.rs-online.com/web/p/processor-microcontroller-development-kits/1346455/>`_ GPS Module
        * `PmodHB3 <https://uk.rs-online.com/web/p/processor-microcontroller-development-kits/1346445/>`_ 2A H-bridge Driver
        * `PmodISNS20 <https://uk.rs-online.com/web/p/processor-microcontroller-development-kits/1368069/>`_ 20A Current Sensor
        * `PmodKYPD <https://uk.rs-online.com/web/p/processor-microcontroller-development-kits/1720813/>`_ 16-Button Keypad
        * `PmodLS1 <https://uk.rs-online.com/web/p/processor-microcontroller-development-kits/1368060/>`_ Line Follower Sensor Interface
        * `PmodMIC3 <https://uk.rs-online.com/web/p/processor-microcontroller-development-kits/1346475/>`_ MEMS Microphone Module
        * `PmodOLEDrgb <https://uk.rs-online.com/web/p/processor-microcontroller-development-kits/1346481/>`_ 96x64 RGB OLED Display :sup:`1`
        * `PmodSWT <https://uk.rs-online.com/web/p/processor-microcontroller-development-kits/1643480/>`_ Four Slides Switches
        * `PmodTC1 <https://uk.rs-online.com/web/p/processor-microcontroller-development-kits/1346476/>`_ K Type Thermocouple Module with Wire
        * `PmodACL2 <https://uk.rs-online.com/web/p/processor-microcontroller-development-kits/1346459/>`_ 3-axis Accelerometer
        * `PmodGPS <https://uk.rs-online.com/web/p/processor-microcontroller-development-kits/1346455/>`_ GPS Satellite Receiver
        * `PmodKYPD <https://uk.rs-online.com/web/p/processor-microcontroller-development-kits/1720813/>`_ 16-Button Keypad
        * `PmodLS1 <https://uk.rs-online.com/web/p/processor-microcontroller-development-kits/1368060/>`_  Line Follower Sensor
        * `PmodSWT <https://uk.rs-online.com/web/p/processor-microcontroller-development-kits/1643480/>`_ Four Slides Switches
        
        :sup:`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
        
Keywords: raspberry pi raspi pmod digilent designspark spi pwm adc oled hbridge gps
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Education
Classifier: Topic :: System :: Hardware
Classifier: Topic :: System :: Hardware :: Hardware Drivers
