BaseStation_WriteEeprom_v2
BaseStation_WriteEeprom_v2

Contains logic for the base station write eeprom command (v2)

Functions
buildCommand
static ByteStream buildCommand(
uint16 eepromAddress,
uint16 valueToWrite
)

Builds the eeprom write command packet

Parameters
eepromAddress
uint16

The eeprom address to write to on the base station

valueToWrite
uint16

The value to write to the specified eeprom address

Returns

A ByteStream containing the base station write eeprom command