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:
parent
8f2514f7c1
commit
ffbcfa781f
@ -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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user