Closed GoogleCodeExporter closed 9 years ago
I noticed that a newer version of arduino IDE is available. With the new
version, this library works ok.
Original comment by Gc.Nest...@gmail.com
on 13 Jan 2012 at 5:42
I couldn't find time to reproduce this yet, but I was guessing that arduino
pre-1.0 doesn't support pure virtual function (abstract classes). With the new
2.0.0 version, the TM16XX serves as a base for both the TM1638 and TM1640 and
has a pure virtual method. Apparently that is not supported by earlier versions
of the arduino compiler.
This was already the case with the inclusions in the library (pre 1.0 requires
"WProgram.h" and 1.0+ requires "Arduino.h")
I'll use the same method to solve this, presenting an empty implementation for
the method instead of the pure-virtual on pre-1.0 arduino IDE.
Original comment by rjbati...@gmail.com
on 13 Jan 2012 at 9:53
Original comment by rjbati...@gmail.com
on 18 Jan 2012 at 12:07
Original issue reported on code.google.com by
Gc.Nest...@gmail.com
on 12 Jan 2012 at 10:44