MichaelJonker / HardwareSerialRS485

Arduino Software for RS485 support with collision detection and message handling capabilities
MIT License
107 stars 29 forks source link

Update HardwareSerialRS485_Helper.h #7

Closed atehxx closed 6 years ago

atehxx commented 6 years ago

Added more ports (now matches also ArduinoMega) Changed TRx_PORT and DDR type to uint16_t to allow all ports of Arduino Mega (e.g. PORTH)

atehxx commented 6 years ago

Erm this is no good, breaks for modules without such ports :) Gonna make better version soon.