Digistump Forums

The Digispark => Digispark (Original) Support => Topic started by: bobricius on December 29, 2012, 01:12:14 am

Title: tiny core or MIT ?
Post by: bobricius on December 29, 2012, 01:12:14 am
Hi what is difference betwen Tiny core or MIT?
Title: tiny core or MIT ?
Post by: digistump on December 29, 2012, 10:24:29 pm
Tiny core is my preferred core and works best with most libraries - MIT core is only there because some existing attiny85 code on the internet was written for it.
Title: tiny core or MIT ?
Post by: digistump on December 29, 2012, 10:25:26 pm
For a more technical explanation google the too, but have some detailed descriptions out there. But to add a bit more - Tiny core implements attiny support as a core, where MIT just implements a new variant of the Arduino core.