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

read_fahrenheit()[source]

Read and return the fahrenheit value of the temperature sensor.

read_kelvin()[source]

Read and return the kelvin value of the temperature sensor.

read_resistance()[source]

Read and return the resistive value of the temperature sensor.