damellis / attiny

ATtiny microcontroller support for the Arduino IDE
720 stars 226 forks source link

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

Open cjdg opened 7 years ago

cjdg commented 7 years ago

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

BrendanCode commented 7 years ago

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