Does this library no longer work? I've tried to load it, and i get error compiling on the hello world sketch.
I'm new to arduino, so i could be doing something wrong.
Here is the output i get when trying to verify.
In file included from HelloWorld.cpp:35:
C:\Users\LSDave\Documents\Arduino\libraries\HpDecVfd/HpDecVfd.h:62: error: conflicting return type specified for 'virtual void HpDecVfd::write(uint8_t)'
C:\Users\LSDave\Desktop\arduino-1.0\hardware\arduino\cores\arduino/Print.h:48: error: overriding 'virtual size_t Print::write(uint8_t)'
Thanks in advance.