Code:#include <avr/io.h>
#include <avr/eeprom.h>
#include <avr/interrupt.h>
int main(void)
{
unsigned char *eeprom;
*eeprom = 0;
eeprom_busy_wait();
eeprom_write_byte (*eeprom, 10);
for(;;)
// Tasks here.
}
}
wollte mal nachfragen sie ich das machen muss funktioniert überhaupt nicht
thx