Metadata-Version: 2.0
Name: hedgehog-platform
Version: 0.1.2
Summary: Hedgehog Platform abstractions
Home-page: https://github.com/PRIArobotics/HedgehogPlatform
Author: Clemens Koza
Author-email: koza@pria.at
License: AGPLv3+
Keywords: hedgehog robotics controller
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Programming Language :: Python :: 3
Provides-Extra: raspberry
Requires-Dist: RPi.GPIO; extra == 'raspberry'
Requires-Dist: pyserial; extra == 'raspberry'

Hedgehog Robot Controller platform abstraction layer
====================================================

.. image:: https://travis-ci.org/PRIArobotics/HedgehogPlatform.svg?branch=master
    :target: https://travis-ci.org/PRIArobotics/HedgehogPlatform

This project provides hardware abstractions for the Hedgehog Educational Robotics Controller.
In particular, differences between software controllers and common access logic for the hardware controller are implemented in this library.

