Analyze also which will be the sampling rate stored in the eeprom. If you need only one eeprom_put before shutting down the whole stuff, then is OK, but you will need a flag to validate the operation. Once data has been stored, the flag should be set (or reset). At power on time, the same flag will allow loading the last stored data into the eeprom location.
On Wed, Apr 4, 2012 at 7:45 PM, Oliver Seitz <[email protected]> wrote: > > > Do you know how can I put the value in the eeprom or something > equivalent ? > > If the PIC has data eeprom, use the library pic_data_eeprom.jal > > Greets, > Kiste > > -- > You received this message because you are subscribed to the Google Groups > "jallib" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/jallib?hl=en. > > -- You received this message because you are subscribed to the Google Groups "jallib" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/jallib?hl=en.
