This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Arduino + PCF8574* LCD backpack | |
2015 - ubi de feo - http://ubidefeo.com | |
This draws from the the HelloWorld_i2c.pde example by Francisco Malpartida and requires his extended LiquidCrystal library. | |
https://bitbucket.org/fmalpartida/new-liquidcrystal/wiki/Home | |
*/ | |
#include <Wire.h> | |
#include <LiquidCrystal_I2C.h> |
NewerOlder