Merge branch 'per1234-eeprom_clear-add-pinmode' of https://github.com/per1234/Arduino

This commit is contained in:
Cristian Maglie 2015-11-25 15:58:06 +01:00
commit 0dca80cad3
1 changed files with 3 additions and 1 deletions

View File

@ -11,7 +11,9 @@
#include <EEPROM.h> #include <EEPROM.h>
void setup() { void setup() {
// initialize the LED pin as an output.
pinMode(13, OUTPUT);
/*** /***
Iterate through each byte of the EEPROM storage. Iterate through each byte of the EEPROM storage.