You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/learn/03.programming/07.eeprom-guide/eeprom-guide.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -255,7 +255,7 @@ void loop() {
255
255
256
256
## EEPROM Iteration
257
257
258
-
The purpose of this example is to show how to go through the whole EEPROM memory space with different approaches. The code provided doesn't run on its own but should be used as a surce of code snippets to be used elsewhere.
258
+
The purpose of this example is to show how to go through the whole EEPROM memory space with different approaches. The code provided doesn't run on its own but should be used as a source of code snippets to be used elsewhere.
0 commit comments