Skip to content
Ken Sharp edited this page Dec 8, 2023 · 1 revision

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