File tree 1 file changed +10
-1
lines changed
1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ The EEPROMex library is an extension of the standard Arduino EEPROM library. It
12
12
* Debugging of writing out of memory range.
13
13
14
14
You can download the library here:
15
- [ http://thijs.elenbaas.net/downloads/?did=3 ] ( http://thijs.elenbaas.net/downloads/?did=3 )
15
+ [ http://thijs.elenbaas.net/downloads/?did=3 ] ( http://thijs.elenbaas.net/downloads )
16
16
17
17
And find detailed explanation and samples of the functionality here:
18
18
[ http://thijs.elenbaas.net/2012/07/extended-eeprom-library-for-arduino ] ( http://thijs.elenbaas.net/2012/07/extended-eeprom-library-for-arduino )
@@ -109,6 +109,9 @@ Based on processor:
109
109
*EEPROMSizeATmega168
110
110
*EEPROMSizeATmega328
111
111
*EEPROMSizeATmega1280
112
+ *EEPROMSizeATmega32u4
113
+ *EEPROMSizeAT90USB1286
114
+ *EEPROMSizeMK20DX128
112
115
```
113
116
Based on board:
114
117
```
@@ -119,6 +122,12 @@ Based on board:
119
122
*EEPROMSizeMega
120
123
*EEPROMSizeDiecimila
121
124
*EEPROMSizeNano
125
+ *EEPROMSizeTeensy2
126
+ *EEPROMSizeLeonardo
127
+ *EEPROMSizeMicro
128
+ *EEPROMSizeYun
129
+ *EEPROMSizeTeensy2pp
130
+ *EEPROMSizeTeensy3
122
131
```
123
132
124
133
### EEPROM performance
You can’t perform that action at this time.
0 commit comments