Skip to content

Commit 97dc72c

Browse files
committed
Fix of a spelling mistake
1 parent 865594d commit 97dc72c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: libraries/LiquidCrystal/LiquidCrystal.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ void LiquidCrystal::begin(uint8_t cols, uint8_t lines, uint8_t dotsize) {
9696

9797
// SEE PAGE 45/46 FOR INITIALIZATION SPECIFICATION!
9898
// according to datasheet, we need at least 40ms after power rises above 2.7V
99-
// before sending commands. Arduino can turn on way befer 4.5V so we'll wait 50
99+
// before sending commands. Arduino can turn on way before 4.5V so we'll wait 50
100100
delayMicroseconds(50000);
101101
// Now we pull both RS and R/W low to begin commands
102102
digitalWrite(_rs_pin, LOW);

0 commit comments

Comments
 (0)