.write8


DESCRIPTION
.write writes a byte at a given address in the EEPROM.


SYNTAX
.write8(int,byte)


PARAMETERS
int, the address were the byte will be store
byte, the byte to be store at the above address.


RETURNS
none


EXAMPLE


SEE ALSO