This repository has been archived by the owner on Jan 29, 2023. It is now read-only.
Welcome to ATtiny_TimerInterrupt Discussions! #1
khoih-prog
announced in
Announcements
Replies: 3 comments 2 replies
-
Hi @LaurentR59 The new ATtiny_TimerInterrupt releases v1.0.0 has just been published. Your contribution is noted in Contributions and Thanks Please test and report any bug in Issues Best Regards, Initial Release v1.0.0
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi
Very good job!
Anyway may it d be better to name it as proposal like
MEGATINY_TimerInterrupt to matching more one MEGATINYCORE lib and componnent
Hope to get soon ATTINY PWM SLOW ;)!
Regards
Laurent
Le sam. 27 août 2022 à 13:07, Khoi Hoang ***@***.***> a
écrit :
… Hi @LaurentR59 <https://github.com/LaurentR59>
The new *ATtiny_TimerInterrupt releases v1.0.0*
<https://github.com/khoih-prog/ATtiny_TimerInterrupt/releases/tag/v1.0.0>
has just been published. Your contribution is noted in *Contributions and
Thanks*
<https://github.com/khoih-prog/ATtiny_TimerInterrupt#contributions-and-thanks>
Please test and report any bug in *Issues*
<https://github.com/khoih-prog/ATtiny_TimerInterrupt/issues>
Best Regards,
------------------------------
Initial Release v1.0.0
1. Intial release to support Arduino *AVR ATtiny-based boards
(ATtiny3217, etc.) using megaTinyCore*
2. Add notes howto upload by drag-and-drop to CURIOSITY virtual drive
—
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AYBDWHOD7ICRB5IWB7GFZO3V3HZF3ANCNFSM57ZEYFNQ>
.
You are receiving this because you were mentioned.Message ID:
<khoih-prog/ATtiny_TimerInterrupt/repo-discussions/1/comments/3488976@
github.com>
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Hi
Sound really good to get such lib for the attiny cpu.
Anyway like with mega avr slow pwm or dx slow pwm I met a difficulty.
In static usage ( like your code exemple )the pwm is perfect and output can generate any level. ( freq and duty cycles)
Anyway I met some difficulties to make it with external element to make it more dynamic.
Let me explain.
I use a global variable uint32_t as a bit index state for activating dedicated pin output
So in my case the state can have a changing Pwm level with 0 or 100 for light off ( depend on anode or cathod common) and a defined pwm level to manage light intensity.
According your models exemples I think I must use a somethingdoingX to make an if () and & on my bit to change the pwm level according needs.
But I don’t succeed in that it at state
So probably I missed something to have such behavior from a global variable change to manage pwm level or including the right part of code in the loop…
May you can teach me some tips to illustrate uses of libs?
Great thanks per advance .
Sincerely yours
Laurent
Envoyé de mon iPhone
… Le 28 août 2022 à 07:32, Khoi Hoang ***@***.***> a écrit :
I think it's better to use ATtiny for the boards we support, not sticking with any core. In the future, possibly we can support any new core, if exist.
Anyway, it's too late to change now after we already published it in Arduino and PIO Library Manager
Check and please test, if possible, the new ATtiny_Slow_PWM supporting up to 64 PWM channels with freq up to 1000Hz
Initial Release v1.0.0
Intial release to support Arduino AVR ATtiny-based boards (ATtiny3217, etc.) using megaTinyCore
Add notes howto upload by drag-and-drop to CURIOSITY virtual drive
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
👋 Welcome!
We’re using Discussions as a place to connect with other members of our community. We hope that you:
build together 💪.
To get started, comment below with an introduction of yourself and tell us about what you do with this community.
Beta Was this translation helpful? Give feedback.
All reactions