ReadEEPROMBytes()

Description

This function reads data from PulsePal's non-volatile (EEPROM) memory chip. A map of the chip's memory addresses is available here.

Syntax

Data = ReadEEPROMBytes(StartAddress, nBytes)

Parameters

Returns

Example

OutputChannel1Params = ReadEEPROMBytes(0, 64);