[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [avr-gcc-list] using EEPROM
From: |
Ron Kreymborg |
Subject: |
RE: [avr-gcc-list] using EEPROM |
Date: |
Mon, 6 Oct 2003 20:38:01 +1000 |
> Ron Kreymborg wrote:
>
> > int e_Variable1 EEPROM = 0;
> const int e_Variable1 EEPROM = 0;
> Just cosmetical change.
>
> ...
> > I have functions for bytes, strings and structures too, but the
> read/write
> > functions for integers are:
> ...
> There are ready to use functions in the avr-libc. There is no need to
> reinvent wheel? 8-)
>
> Regards,
> --
> Artur Lipowski
True now, but not when I originally wrote them. Avrgcc was very minimalist
in those days.
Ron