Property | Type | Description | |
---|---|---|---|
EEPROMReadCount | int | ||
EEPROMReadOnly | bool | ||
EEPROMRequestSent | bool | ||
tempEEPROMSet | bool |
Method | Description | |
---|---|---|
parseEEPROM ( string value, int &intParse, float &floatParse2 ) : void | ||
readEEPROM ( ) : void | ||
sendEEPROM ( ) : void | ||
setEEPROM ( int intParse, float floatParse2 ) : void |
public static parseEEPROM ( string value, int &intParse, float &floatParse2 ) : void | ||
value | string | |
intParse | int | |
floatParse2 | float | |
return | void |
public static setEEPROM ( int intParse, float floatParse2 ) : void | ||
intParse | int | |
floatParse2 | float | |
return | void |