Skip to content

Commit 1155fee

Browse files
authored
Merge pull request #163 from mehmandarov/patch-1
Fixing a typo
2 parents 23ba821 + 10687b8 commit 1155fee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/SSD1306SimpleDemo/SSD1306SimpleDemo.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
// For a connection via I2C using Wire include
2828
#include <Wire.h> // Only needed for Arduino 1.6.5 and earlier
2929
#include "SSD1306.h" // alias for `#include "SSD1306Wire.h"`
30-
// or #include "SH1106.h" alis for `#include "SH1106Wire.h"`
30+
// or #include "SH1106.h" alias for `#include "SH1106Wire.h"`
3131
// For a connection via I2C using brzo_i2c (must be installed) include
3232
// #include <brzo_i2c.h> // Only needed for Arduino 1.6.5 and earlier
3333
// #include "SSD1306Brzo.h"

0 commit comments

Comments
 (0)