Skip to content

Commit 55590c5

Browse files
committed
Change directory structure
1 parent acac54b commit 55590c5

File tree

12 files changed

+30
-15
lines changed

12 files changed

+30
-15
lines changed

arduinoIDE/ModbusIP_ESP8266/keywords.txt

Lines changed: 0 additions & 11 deletions
This file was deleted.

arduinoIDE/ModbusIP_ESP8266/examples/TestAnalogInput/TestAnalogInput.ino renamed to examples/TestAnalogInput/TestAnalogInput.ino

File renamed without changes.

arduinoIDE/ModbusIP_ESP8266/examples/TestHoldingReg/TestHoldingReg.ino renamed to examples/TestHoldingReg/TestHoldingReg.ino

File renamed without changes.

arduinoIDE/ModbusIP_ESP8266/examples/TestLed/TestLed.ino renamed to examples/TestLed/TestLed.ino

File renamed without changes.

arduinoIDE/ModbusIP_ESP8266/examples/TestSwitchStatus/TestSwitchStatus.ino renamed to examples/TestSwitchStatus/TestSwitchStatus.ino

File renamed without changes.

expressifSDK/In development.txt

Whitespace-only changes.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# Syntax Coloring Map For ModbusIP
2+
3+
# Datatypes (KEYWORD1)
4+
ModbusIP KEYWORD1
5+
ModbusIP_ESP8266 KEYWORD1
6+
7+
# Methods and Functions (KEYWORD2)
8+
config KEYWORD2
9+
task KEYWORD2
10+
11+
# Constants (LITERAL1)
12+
113
# Syntax Coloring Map For Modbus
214

315
# Datatypes (KEYWORD1)

library.properties

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name=modbus-esp8266
2+
version=0.1
3+
author=Andre Sarmento Barbosa
4+
maintainer=Alexander Emelianov<[email protected]>
5+
sentence=Modbus Library for ESP8266
6+
paragraph=This library allows your ESP8266 to communicate via Modbus protocol. The Modbus is a master-slave protocol used in industrial automation and can be used in other areas, such as home automation.
7+
category=Communication
8+
url=https://github.com/emelianov/modbus-esp8266
9+
architectures=esp8266
File renamed without changes.

0 commit comments

Comments
 (0)