Skip to content

fw nonvolatilewrite

Ken Sharp edited this page Dec 10, 2025 · 2 revisions

NonVolatileWrite()

Write a byte to non-volatile storage.

Syntax

NonVolatileWrite(int address, unsigned char data);

address
The non-volatile storage address to write to.

data
The data byte to write to non-volatile storage.

Returns

void

Related Links

Clone this wiki locally