You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I really love this protocol, and recently i updated one of my projects from a Atmega328p to a Atmega32A (44 pin variant), but it is not supported by Pjon (throws erros when compiling, mainly because of "'PJON_IO_PIN_TO_PORT_REG' was not declared in this scope" ) and my guess is because of the pinouts.
This chip is available on the MightyCore boards along with the 1244/644/324/164 etc.
Is there any change for this chip to be supported, or point me in the right way to add the pin settings?
The text was updated successfully, but these errors were encountered:
In most cases this is enough to get it working optimally, if you cannot achieve optimal performance SWBB_BIT_WIDTH may need to be slightly tweaked on the ATmega32A side.
Be careful and always test in both directions (inverting the roles of mcu) to be sure communication works fine in both cases.
Let me know how it goes and feel free to join our gitter chat for direct support if that is required: https://gitter.im/gioblu/PJON
I really love this protocol, and recently i updated one of my projects from a Atmega328p to a Atmega32A (44 pin variant), but it is not supported by Pjon (throws erros when compiling, mainly because of "'PJON_IO_PIN_TO_PORT_REG' was not declared in this scope" ) and my guess is because of the pinouts.
This chip is available on the MightyCore boards along with the 1244/644/324/164 etc.
Is there any change for this chip to be supported, or point me in the right way to add the pin settings?
The text was updated successfully, but these errors were encountered: