Skip to content

Commit 20b37f1

Browse files
committed
Merge pull request thijse#17 from per1234/master
EEPROMex: Debug message fix, documentation improved Thanks!
2 parents 0065004 + 8992ed3 commit 20b37f1

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.markdown

+10-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The EEPROMex library is an extension of the standard Arduino EEPROM library. It
1212
* Debugging of writing out of memory range.
1313

1414
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)
1616

1717
And find detailed explanation and samples of the functionality here:
1818
[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:
109109
*EEPROMSizeATmega168
110110
*EEPROMSizeATmega328
111111
*EEPROMSizeATmega1280
112+
*EEPROMSizeATmega32u4
113+
*EEPROMSizeAT90USB1286
114+
*EEPROMSizeMK20DX128
112115
```
113116
Based on board:
114117
```
@@ -119,6 +122,12 @@ Based on board:
119122
*EEPROMSizeMega
120123
*EEPROMSizeDiecimila
121124
*EEPROMSizeNano
125+
*EEPROMSizeTeensy2
126+
*EEPROMSizeLeonardo
127+
*EEPROMSizeMicro
128+
*EEPROMSizeYun
129+
*EEPROMSizeTeensy2pp
130+
*EEPROMSizeTeensy3
122131
```
123132

124133
### EEPROM performance

0 commit comments

Comments
 (0)