First stable compilation with ModbusRTU and ModbusTCP
This commit is contained in:
11
lib/modbus-esp8266/ModbusIP_ESP8266.h
Normal file
11
lib/modbus-esp8266/ModbusIP_ESP8266.h
Normal file
@@ -0,0 +1,11 @@
|
||||
/*
|
||||
Modbus Library for Arduino
|
||||
ModbusIP class compatibility wrapper
|
||||
Copyright (C) 2014 Andr<64> Sarmento Barbosa
|
||||
2017-2020 Alexander Emelianov (a.m.emelianov@gmail.com)
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "ModbusTCP.h"
|
||||
|
||||
class ModbusIP : public ModbusTCP {};
|
||||
Reference in New Issue
Block a user