alejoseb / Modbus-STM32-HAL-FreeRTOS

Modbus TCP and RTU, Master and Slave for STM32 using Cube HAL and FreeRTOS
GNU Lesser General Public License v2.1
560 stars 188 forks source link

SW-600: Fix extensibility and C++ compatibility #7

Closed BrendanSChang closed 3 years ago

BrendanSChang commented 3 years ago

Update the Modbus library to be C++ compatible and move the interrupt handler logic into a separate method to be invoked directly. This is to allow each project to manage its own interrupt handlers.

BrendanSChang commented 3 years ago

Apologies, please ignore!