This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Before you begin, make sure that you have the correct libraries installed. | |
You must install Modbus Library given here: https://code.google.com/archive/p/arduino-modbus-slave/downloads | |
This is just an example taken from that library. I have written no part of this code. All credit goes to the original authors. | |
- xandfury | |
*/ | |
#include <modbus.h> | |
#include <modbusDevice.h> | |
#include <modbusRegBank.h> |