SC5313A Operating & Programming Manual
Rev 1.0.2
28
Function:
sc5313a_GetTemperature
Definition:
int
sc5313a_GetTemperature (
deviceHandle
*
deviceHandle,
float
*temperature)
Input:
unsigned
int
deviceHandle
(handle to the opened device)
Output:
float
*temperature
(temperature in degrees Celsius)
Description:
sc5313a_GetTemperature
retrieves the internal temperature of the device.
Function:
sc5313a_ReadCalEeprom
Definition:
int
sc5313a_ReadCalEeprom(
deviceHandle
*
deviceHandle,
unsigned
int
memAdd,
unsigned
char
*byteData)
Input:
unsigned
int
deviceHandle
(handle to the opened device)
unsigned
int
memAdd
(EEPROM memory address)
Output:
unsigned
char
*byteData
(the read back byte data)
Description:
sc5313a_ReadCalEeprom
reads back a byte from a specific memory address of the
calibration EEPROM.
Function:
sc5313a_ReadUserEeprom
Definition:
int
sc5313a_ReadUserEeprom(
deviceHandle
*
deviceHandle,
unsigned
int
memAdd,
unsigned
char
*byteData)
Input:
unsigned
int
deviceHandle
(handle to the opened device)
unsigned
int
memAdd
(EEPROM memory address)
Output:
unsigned
char
*byteData
(the read back byte data)
Description:
sc5313a_ReadUserEeprom
reads back a byte from a specific memory address of the
user EEPROM.