delay not working properly #683
jacopisky
started this conversation in
Support / Q & A
Replies: 1 comment
-
You have selected a clock speed that doesn't match the clock speed thatcthe
chip is running at, and/or have not done burn bootloader to write the fuses
to select the desired clock source. See the faq, this is universal behavior
on classic avrs.
…____________
Spence Konde
Azzy’S Electronics
New products! Check them out at tindie.com/stores/DrAzzy
GitHub: github.com/SpenceKonde
ATTinyCore: Arduino support for almost every ATTiny microcontroller
Contact: ***@***.***
On Sat, Mar 26, 2022, 14:25 Jacopo Pellizzari ***@***.***> wrote:
the delay macro of the arduino IDE on ATtiny2313A-SU is working but wrong
time delay(1000) gives a real delay of about 20 seconds
—
Reply to this email directly, view it on GitHub
<#683>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABTXEW6UHA7AZ6E2ZUS5LVTVB5JA5ANCNFSM5RXOVECA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
the delay macro of the arduino IDE on ATtiny2313A-SU is working but wrong time delay(1000) gives a real delay of about 20 seconds
Beta Was this translation helpful? Give feedback.
All reactions