Author Topic: tiny core or MIT ?  (Read 3199 times)

bobricius

  • Newbie
  • *
  • Posts: 49
tiny core or MIT ?
« on: December 29, 2012, 01:12:14 am »
Hi what is difference betwen Tiny core or MIT?
« Last Edit: December 29, 2012, 01:12:14 am by bobricius »

digistump

  • Administrator
  • Hero Member
  • *****
  • Posts: 1465
tiny core or MIT ?
« Reply #1 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.

digistump

  • Administrator
  • Hero Member
  • *****
  • Posts: 1465
tiny core or MIT ?
« Reply #2 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.