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