CMB27 / ModbusRTUSlave

This is an Arduino library that implements the slave/server logic of the Modbus RTU protocol.
MIT License
58 stars 14 forks source link

Fix the data type error in the example. #21

Closed CWZ7605 closed 11 months ago

CWZ7605 commented 1 year ago

I modified the data type in the example based on the data type in ModbusRTUSlave.h. The problem of compiling error on PlatformIO platform is solved.

CMB27 commented 11 months ago

It is likely this issue has been resolved with the 2.0.0 rewrite.