-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Delay() dont function. #4
Comments
This is not a fully comptible version. Timer1 is now configured for PWM functions, I have configure timer2 for time base generation (which is timer1 in original arduino). |
pfeerick
added a commit
to pfeerick/Larduino_BSP
that referenced
this issue
Aug 3, 2019
Odd 3.6c release of core that was made available in a comment on the LTGMCU github LGTMCU#4
pfeerick
added a commit
to pfeerick/Larduino_BSP
that referenced
this issue
Aug 3, 2019
3.6c release of core that was made available in a comment on the LTGMCU github LGTMCU#4
i use Larduino_HSP_v3.6c.zip,but delay() still dont work. |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Hey. I compiled a sketch that worked perfectly on the original Atmega328. I see that the delay() function does not work at all, and millis() behaves very strangely, instead of the interval of 15 seconds, I get about 30. How can I properly configure the MCU?
The text was updated successfully, but these errors were encountered: