Open GoogleCodeExporter opened 9 years ago
The problem is that the virtual function IS a pure virtual function. It should
work with newer versions (that's why it's on the #ifdef), but apparently
doesn't work with the ATTiny.
The 16XX is a base for the TM1638 and TM1640 libraries. The sendChar function
is a pure virtual function because it doesn't have an implementation on the
TM16XX - only on both the 1638 and 1640 libraries - and hence is a pure virtual
function.
I don't have the ATtiny85, but I'll try to set up the environment and try it
out.
Original comment by rjbati...@gmail.com
on 22 Apr 2013 at 2:34
Original issue reported on code.google.com by
GeoffPSt...@gmail.com
on 22 Apr 2013 at 2:10