Skip to content

Commit 477378e

Browse files
committed
fixed typo
1 parent 73b7770 commit 477378e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Edge Control Getting Started/Edge Control Getting Started.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ void setup() {
1515
// Start the I2C connection
1616
Wire.begin();
1717

18-
// Initalize the expander pins
18+
// Initialize the expander pins
1919
Expander.begin();
2020
Expander.pinMode(EXP_LED1, OUTPUT);
2121
}

0 commit comments

Comments
 (0)