-
-
Notifications
You must be signed in to change notification settings - Fork 483
Commit 553bc3a
Correct variable name reference in "Writing a Library for Arduino"
The text description of the library's origin sketch incorrectly references a variable named `ledPin`. That sketch, and all following code based on it uses the variable name `pin`.
The incorrect variable name in the description is hereby changed to match the real variable name in the code.1 parent 8942978 commit 553bc3a
File tree
1 file changed
+1
-1
lines changed- content/learn/08.contributions/03.arduino-creating-library-guide
1 file changed
+1
-1
lines changedcontent/learn/08.contributions/03.arduino-creating-library-guide/arduino-creating-library-guide.md
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
48 | 48 |
| |
49 | 49 |
| |
50 | 50 |
| |
51 | - | ||
51 | + | ||
52 | 52 |
| |
53 | 53 |
| |
54 | 54 |
| |
|
0 commit comments