mirror of
https://github.com/arduino/Arduino.git
synced 2025-03-15 12:29:26 +01:00
Merge branch 'per1234-eeprom_clear-add-pinmode' of https://github.com/per1234/Arduino
This commit is contained in:
commit
0dca80cad3
@ -11,6 +11,8 @@
|
|||||||
#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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user