Hi,
just downloaded and installed Arduino 1.0 and are now running in strange problems with my actual project: There seems to be a problem with the library "shiftreglcd". When verifying I get the following error message:
In file included from Fototrigger26.cpp:17:
H:\Arduino\meine Schaltungen\libraries\ShiftRegLCD/ShiftRegLCD.h:76: error: conflicting return type specified for 'virtual void ShiftRegLCD::write(uint8_t)'
F:\Arduino\arduino-1.0\hardware\arduino\cores\arduino/Print.h:48: error: overriding 'virtual size_t Print::write(uint8_t)'
With Arduino 0.22 and 0.23 it works without problems.
Anybody an idea?
Thanks.
Jens