Seesaw.ReadEEPromByte(Byte) Method

Definition

Read a byte from the EEProm area on the Seesaw module.

public byte ReadEEPromByte (byte eepromAddress);
member this.ReadEEPromByte : byte -> byte
Public Function ReadEEPromByte (eepromAddress As Byte) As Byte

Parameters

eepromAddress
Byte

The point in the EEProm area to start reading the data.

Returns

The data byte read from the EEProm area.

Applies to