-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AskSinPP working on Atmega4809? #323
Comments
There is no plan to extend the library to AtMega4809. But I would be happy, if you do some work here and provide the PullRequest, so we can integrate this. Line 47 in 7564545
Line 286 in 7564545
|
Hmm, I think that is too much for my skills. |
What's your goal? Why is it not possible to realise your project with the pro mini only?
No, there is nothing implemented to control asksinpp devices externally. |
I already have a complex pcb also for other tasks, which is based on ATmega4809. I just like to add the homematic feature to this pcb. This is the reason why I cannot change to Pro Mini. BTW: I'm just realizing that Homematic will not get produced any longer and prices for the remaining components are rising. This makes it difficult for me, because I wanted to mix self designed and purchased components in one project (RV control) |
No, that’s not possible, neither for stock devices nor for selfmade devices. |
Hi,
I would like to implement AskSinPP on a platform which uses the Atmega4809. Currently this platform is not supported.
I compile to this chip with the MegaCoreX platform.
During compilation it turns out, that EnableInterrupt.h leads to errors. Due to the fact that AtMega4809 has interrupts on all pins, this library should not necessary for this platform.
Furthermore storage.h and LowPower.h are not supported
Is it planned to adapt the project to AtMega4809? This would help me a lot.
BR
The text was updated successfully, but these errors were encountered: