ESP_IOT v2.5
IOT ESP Coding
sensorStruct Struct Reference

#include <PreferencesController.h>

Collaboration diagram for sensorStruct:
Collaboration graph

Public Attributes

char * sensorName
 
int pin1
 
int pin2
 
SensorClassTypesensorClassType
 and the pointer to matching SensorClassType More...
 

Detailed Description

sensor struct defines the structure

Definition at line 282 of file PreferencesController.h.

Member Data Documentation

◆ pin1

int sensorStruct::pin1

Definition at line 285 of file PreferencesController.h.

◆ pin2

int sensorStruct::pin2

Definition at line 286 of file PreferencesController.h.

◆ sensorClassType

SensorClassType* sensorStruct::sensorClassType

and the pointer to matching SensorClassType

Definition at line 288 of file PreferencesController.h.

◆ sensorName

char* sensorStruct::sensorName

Definition at line 284 of file PreferencesController.h.


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