|
From: | andi |
Subject: | [avr-gcc-list] read write eeprom WINAVR20050214 |
Date: | Fri, 18 Feb 2005 10:57:53 +0700 |
Hi,
I only got command read and write 1 byte eeprom for
255 byte eeprom size in eeprom.h.
extern uint8_t eeprom_read_byte (const uint8_t
*addr);
extern void eeprom_write_byte (uint8_t *addr,
uint8_t val);
it's only for eeprom in address lower than 256
byte
Andi
|
[Prev in Thread] | Current Thread | [Next in Thread] |