Zorg Drivers for Grove¶
For full documentation visit zorg-grove.readthedocs.org.
Contents:¶
LCD Driver¶
Documentation for the Grove RGB LCD I2C driver.
-
class
zorg_grove.lcd.
LCD
(options, connection)[source]¶ Bases:
zorg.driver.Driver
-
display_off
()[source]¶ Sets Off of all display (D), cursor Off (C) and blink of cursor position character (B).
-
display_on
()[source]¶ Sets On of all display (D), cursor On (C) and blink of cursor position character (B).
-
Rotary Angle Sensor¶
Documentation for the Grove Rotary Angle Sensor driver.
Temperature Sensor¶
Documentation for the Grove Temperature Sensor driver.
-
class
zorg_grove.temperature_sensor.
TemperatureSensor
(options, connection)[source]¶ Bases:
zorg.driver.Driver
-
read_celsius
()[source]¶ Read and return the celsius value of the temperature sensor. See data sheet: http://www.seeedstudio.com/wiki/images/a/a1/NCP18WF104F03RC.pdf
-
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.
Usage¶
The driver should be included using the dot-notated format of the import string.
"zorg_grove.Servo"