Present version of
http://www.arduino.cc/en/uploads/Tutorial/LiquidCrystal.zip gives me this:
LiquidCrystal.cpp:8: error: declaration of C function 'void pinMode(int, int)' conflicts with
C:\Documents and Settings\m\Desktop\arduino-0010\hardware\cores\arduino/wiring.h:74: error: previous declaration 'void pinMode(uint8_t, uint8_t)' here
LiquidCrystal.cpp:9: error: declaration of C function 'void digitalWrite(int, int)' conflicts with
C:\Documents and Settings\m\Desktop\arduino-0010\hardware\cores\arduino/wiring.h:75: error: previous declaration 'void digitalWrite(uint8_t, uint8_t)' here
LiquidCrystal.cpp:10: error: declaration of C function 'int digitalRead(int)' conflicts with
C:\Documents and Settings\m\Desktop\arduino-0010\hardware\cores\arduino/wiring.h:76: error: previous declaration 'int digitalRead(uint8_t)' here
So this library was only mented for some previous versions of Arduino IDE?
Is there any point to fix these and how or should I give a try for those 4-bit libraries?