Skip to content
Snippets Groups Projects
Unverified Commit 10687b88 authored by Rustam Mehmandarov's avatar Rustam Mehmandarov Committed by GitHub
Browse files

Fixing a typo

parent 7262836a
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
// For a connection via I2C using Wire include // For a connection via I2C using Wire include
#include <Wire.h> // Only needed for Arduino 1.6.5 and earlier #include <Wire.h> // Only needed for Arduino 1.6.5 and earlier
#include "SSD1306.h" // alias for `#include "SSD1306Wire.h"` #include "SSD1306.h" // alias for `#include "SSD1306Wire.h"`
// or #include "SH1106.h" alis for `#include "SH1106Wire.h"` // or #include "SH1106.h" alias for `#include "SH1106Wire.h"`
// For a connection via I2C using brzo_i2c (must be installed) include // For a connection via I2C using brzo_i2c (must be installed) include
// #include <brzo_i2c.h> // Only needed for Arduino 1.6.5 and earlier // #include <brzo_i2c.h> // Only needed for Arduino 1.6.5 and earlier
// #include "SSD1306Brzo.h" // #include "SSD1306Brzo.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment