ATTiny85 tone() core?

[quote author=Coding Badly link=topic=144160.msg1085697#msg1085697 date=1358976502]
If the tone pin is an output pin for the tone timer, direct hardware output is used. Otherwise, an interrupt service routine is used. You get the best of both worlds.
[/quote]Thanks for the clarification, and that's a nice detail touch too.