Rev 1062 | Rev 1125 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1062 | Rev 1106 | ||
|---|---|---|---|
| Line 4... | Line 4... | ||
| 4 | #ifdef <template>_USEEEPROM |
4 | #ifdef <template>_USEEEPROM |
| - | 5 | #include "<template>_eeprom.h" |
|
| 5 | struct eeprom_<template> EEMEM eeprom_<template> = |
6 | struct eeprom_<template> EEMEM eeprom_<template> = |
| 6 | { |
7 | { |
| 7 | { |
8 | { |
| 8 | ///TODO: Define initialization values on the EEPROM variables here, this will generate a *.eep file that can be used to store this values to the node, can in future be done with a EEPROM module and the make-scrips. Write the values in the exact same order as the struct is defined in the *.h file. |
9 | ///TODO: Define initialization values on the EEPROM variables here, this will generate a *.eep file that can be used to store this values to the node, can in future be done with a EEPROM module and the make-scrips. Write the values in the exact same order as the struct is defined in the *.h file. |
| 9 | 0xAB, // x |
10 | 0xAB, // x |