1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-02-20 14:54:31 +01:00

eeprom_clear example: Set pinMode of LED pin

This commit is contained in:
per1234 2015-11-24 16:23:16 -08:00
parent 8f2514f7c1
commit ffbcfa781f

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.