Skip to content

Latest commit

 

History

History
53 lines (36 loc) · 903 Bytes

index.rst

File metadata and controls

53 lines (36 loc) · 903 Bytes

Zorg Drivers for Grove

For full documentation visit zorg-grove.readthedocs.org.

Contents:

.. toctree::
   :maxdepth: 2

   docs/LCD
   docs/microphone
   docs/rotary-angle-sensor
   docs/servo
   docs/temperature-sensor

Overview

This package includes python drivers for controling hardware devices. Typically, this package will not be used directly. The normal useage would be to include it as a device driver when configuring a robot using Zorg.

Installation

Install this package using

pip install zorg-grove

Usage

The driver should be included using the dot-notated format of the import string.

"zorg_grove.Servo"

Indices and tables