netmaniac / arduino-tiny

Automatically exported from code.google.com/p/arduino-tiny
0 stars 5 forks source link

Tiny13A Core Arduino tiny #30

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I want to make Tiny13A core with Tiny Arduino!

TINY13A core summary
MAX Frq 20Mhz
1KB FLASH
64byte EEPROM
64byte SRAM 

Do you know how to make TINY13A core Arduino Tiny ?

Original issue reported on code.google.com by shooting...@gmail.com on 18 Nov 2011 at 1:23

GoogleCodeExporter commented 9 years ago

I have the core mostly supporting the ATtiny13 but it will probably be a few 
weeks before the update is ready to publish.

The ATtiny13 and ATtiny85 are actually very similar.  In theory, moving millis 
to timer 0 (or disabling millis) is enough to get very basic support working.

Original comment by arduino....@gmail.com on 18 Nov 2011 at 2:00