mirror of
https://github.com/arduino/Arduino.git
synced 2025-03-13 10:29:35 +01:00
Merge branch 'per1234-eeprom_clear-add-pinmode' of https://github.com/per1234/Arduino
This commit is contained in:
commit
0dca80cad3
@ -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