MCUdude / MicroCore

A light-weight Arduino hardware package for ATtiny13
548 stars 87 forks source link

Attiny10 support #154

Closed Peterhj05 closed 11 months ago

Peterhj05 commented 11 months ago

Hi. Love it! Well done! Can it support attiny10 by ignoring 2 io pins and modify the circuit to suit? Kind regards Peter

MCUdude commented 11 months ago

Hi!

Sorry, but I'm not planning to add ATtiny10 support. The chip is fundamentally different with way fewer instructions (54 instead of 120 as the ATtiny13 has), so the source code must be rewritten to end up with core functionality that isn't bloated.

You can try this core which lets you use Arduino IDE for programming but does not support any "Arduino functionality" like pinMode and digitalWrite. Or you have this core which provides some Arduino functionality.

Peterhj05 commented 11 months ago

Hi. Apprecite the reply and the links. Thank you. Peter