Hi Wally, On Mon, Jul 27, 2009 at 9:10 AM, wally<[email protected]> wrote: > Hello, > > How to write a single byte to the eeprom area beyond 255 ?
Umm - provide a pointer with a value larger than 255. > in avr/eeprom.h i just found > > void eeprom_write_byte (uint8_t *addr, uint8_t value) Notice that addr is a uint8_t pointer, (which means that it's 16 bits). -- Dave Hylands Shuswap, BC, Canada http://www.DaveHylands.com/ _______________________________________________ AVR-chat mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/avr-chat
