#include "Sensor.h"
Data associated to each Sensor.
Definition at line 21 of file Sensor.h.
the numeric ID (0-32767) of the sensor.
Definition at line 22 of file Sensor.h.
The arduino pin number the sensor is connected to.
Definition at line 23 of file Sensor.h.
1 = use internal pull-up resistor for pin, 0 = don't use internal pull-up resistor for pin.
Definition at line 24 of file Sensor.h.