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
This is inconsistent with header defined in the header file that shows that function accepting a single parameter. I think you need ** mb.setIreg(SensorIreg, reading);**
Also where can I find more data on exchanging 32 bit floats?
The text was updated successfully, but these errors were encountered:
In File: https://github.com/epsilonrt/modbus-serial/blob/master/examples/TempSensor/TempSensor.ino on Line #53 it shows:
mb.Ireg (SensorIreg, analogRead (SensorPin));
This is inconsistent with header defined in the header file that shows that function accepting a single parameter. I think you need ** mb.setIreg(SensorIreg, reading);**
Also where can I find more data on exchanging 32 bit floats?
The text was updated successfully, but these errors were encountered: