yaacov / ArduinoModbusSlave

Modbus slave library for Arduino
ISC License
204 stars 74 forks source link

typo in examples/full/full.ino #63

Open snowshow opened 4 years ago

snowshow commented 4 years ago

https://github.com/yaacov/ArduinoModbusSlave/blob/a9559f96f65340cf746ac093ef80ebe699bca8ba/examples/full/full.ino#L135 I think, it should be: EEPROM.get(address + i * 2, value);

yaacov commented 4 years ago

Thanks, I will look into it :+1: Can you make a pull request ?