Removed WIre.h import
This is already has been included in the LiquidCrystal_I2C.h file. This will make the loader to load the same file twice to the microController. Will give bad practice to novice programmers. :)
This commit is contained in:
parent
db9488aa8d
commit
ea17a6c521
@ -1,7 +1,6 @@
|
||||
//YWROBOT
|
||||
//Compatible with the Arduino IDE 1.0
|
||||
//Library version:1.1
|
||||
#include <Wire.h>
|
||||
#include <LiquidCrystal_I2C.h>
|
||||
|
||||
LiquidCrystal_I2C lcd(0x27,20,4); // set the LCD address to 0x27 for a 16 chars and 2 line display
|
||||
|
Loading…
x
Reference in New Issue
Block a user