damellis / attiny

ATtiny microcontroller support for the Arduino IDE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

delay() is taking a lot of time when setting 8MHZ and 16MHZ internal

cjdg opened this issue · comments

I tried a small code using delay() but seems to take a lot of time when setting to 8mhz and 16 mhz internal, and works perfect on 1mhz

You need to go to Tools/Burn Bootloader to set the fuses for 8Mhz
https://github.com/cjdg