-
Couldn't load subscription status.
- Fork 82
More general solution for external RS485_DEFAULT_DE_PIN and RS485_DEFAULT_RE_PIN definition #46
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
Conversation
|
Memory usage change @ 13854cd
Click for full report table
Click for full report CSV |
|
This is one is problematic. However, I'd be open to merge something like master...test . If its an acceptable solution to you, just |
That works for us also 👍 |
|
Memory usage change @ 88fbafd
Click for full report table
Click for full report CSV |
Hello,
We at Controllino are now updating our AVR devices board support packages, in some of them we have RS485 ports and by defining RS485_SERIAL_PORT, RS485_DEFAULT_TX_PIN, RS485_DEFAULT_RE_PIN, RS485_DEFAULT_DE_PIN, we pretend to add support for ArduinoRS485 and ArduinoModbus libraries.
But without the change in this PR these AVR devices will be forced to:
Best Regards.