|
ESP_IOT v2.5
IOT ESP Coding
|
#include <MainModule.h>

Public Attributes | |
| int | pinUseCount |
| char * | pinUseArray [PIN_USE_MAX] |
| string describing the module, etc More... | |
| long | pinNumArray [PIN_USE_MAX] |
| each pin More... | |
Definition at line 502 of file MainModule.h.
| long PinUseStruct::pinNumArray[PIN_USE_MAX] |
each pin
Definition at line 507 of file MainModule.h.
| char* PinUseStruct::pinUseArray[PIN_USE_MAX] |
string describing the module, etc
Definition at line 505 of file MainModule.h.
| int PinUseStruct::pinUseCount |
Definition at line 503 of file MainModule.h.