Hi,
Going grey haired over the following.
Get a general compile error from the following.
/Users/prc/Documents/Arduino/libraries/LCD/LiquidCrystal_I2C.cpp:32: error: prototype for 'LiquidCrystal_I2C::LiquidCrystal_I2C(uint8_t, uint8_t, uint8_t)' does not match any in class 'LiquidCrystal_I2C'
Using IDE 1.5.5 on Mac OSX 10.9.1
(Compiles ok on XP IDE 1.0.5)
#include <Wire.h>
#include <LCD.h>
#include <LiquidCrystal_I2C.h>
void setup() {
// put your setup code here, to run once:
}
void loop() {
// put your main code here, to run repeatedly:
}
For the LiquidCrystal_I2C what should reside in LCD library and should i have a LiquidCrystal_I2C library ????
Cheers