Open keiwanjamaly opened 1 year ago
Hey!
To be perfectly honest, I wasn't even aware of that MCU before today. The Timer architecture seems to be quite different and I don't have a board to test it with. Plus, I don't really have that much spare time to invest into it. I would of course gladly accept Pull Requests if you (or anyone else for that matter) manages to get it running :)
Regards Andy
Hei there,
I built something on my own. I think it differs from yours, that I can perform tasks around the off interval, risking a miss of it. When I understand it correctly, your Library ensures, that the whole signal is processed isolated and nothing gets missed. These are two different ways of solving a problem, but in my use case, I prefer to stick to my implementation. But if you are interested in it, I always like productive discussions xD
Best Keiwan
Hi there,
When I tried to get your Library working, I was confronted with this error compiling:
It appears that these registers do not exist on the
atmega4809
. Do you plan to include support for theatmega4809
? Otherwise, I'm considering decoding the DCF77 signal by myself.