eeprom_clear example: Set pinMode of LED pin

This commit is contained in:
per1234 2015-11-24 16:23:16 -08:00
parent c411f282f9
commit 27ccdfb19b
1 changed files with 3 additions and 1 deletions

View File

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