LCC Fusion Project 1.0
LCC Automation
Loading...
Searching...
No Matches
SensorData Struct Reference

#include <Sensor.h>

Public Attributes

int snum
 
byte pin
 
byte pullUp
 

Detailed Description

Data associated to each Sensor.

Definition at line 23 of file Sensor.h.

Member Data Documentation

◆ pin

byte SensorData::pin

The arduino pin number the sensor is connected to.

Definition at line 26 of file Sensor.h.

◆ pullUp

byte SensorData::pullUp

1 = use internal pull-up resistor for pin, 0 = don't use internal pull-up resistor for pin.

Definition at line 27 of file Sensor.h.

◆ snum

int SensorData::snum

the numeric ID (0-32767) of the sensor.

Definition at line 25 of file Sensor.h.


The documentation for this struct was generated from the following file: