Page 1 of 1

ppp

Posted: Tue Jun 10, 2008 10:17 am
by padidafzar
ppppppppppppp

Posted: Tue Jun 10, 2008 8:31 pm
by christian
For access to the EEPROM, see the header avr/eeprom.h in avr-libc. Use e.g. eeprom_write_byte() and eeprom_read_byte().

pp

Posted: Sat Jun 14, 2008 12:07 pm
by padidafzar
pppppppp

Posted: Sun Jun 15, 2008 1:28 pm
by sonicss
of course not. u can't include avr/eeprom.h in your delphi or VC++ project to access eeprom. this head file is for gcc compiler.

p

Posted: Sun Jun 15, 2008 3:16 pm
by padidafzar
pppppppppp

Posted: Sun Jun 15, 2008 8:06 pm
by christian
You need to write a driver on the device side which makes the EEPROM available to the host. See the Automator project for an example how this can be done.