eeprom_clear example: Set pinMode of LED pin
This commit is contained in:
parent
c411f282f9
commit
27ccdfb19b
|
@ -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…
Reference in New Issue