Humidistat
Arduino firmware for a humidistat (humidity controller)
|
#include <math.h>
#include <Wire.h>
#include <SHTSensor.h>
Go to the source code of this file.
Classes | |
class | SHTHumiditySensor |
Implementation of the HumiditySensor interface for the Sensirion SHT85 sensor. More... | |