Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4383e1a

Browse filesBrowse files
authored
Fix deadlinks in example docs #272 (#275)
1 parent 2996663 commit 4383e1a
Copy full SHA for 4383e1a

File tree

2 files changed

+7
-7
lines changed
Filter options

2 files changed

+7
-7
lines changed

‎examples/RTU/README.MD

Copy file name to clipboardExpand all lines: examples/RTU/README.MD
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
This example introduces how to use the library for ModbusRTU (typicaly over RS-485) to act as [master](master) or [slave](slave). Additionally there is [example of master](ESP32-Concurent) device for multithread usage with ESP32.
22

3-
## [Concurrent thread-safe access to Modbus object](ESP32-Concurent)
3+
## [Concurrent thread-safe access to Modbus object](ESP32-Concurent/ESP32-Concurent.ino)
44

5-
## [Simple ModbusRTU master](master)
5+
## [Simple ModbusRTU master](master/master.ino)
66

7-
## [Simple ModbusRTU slave](slave)
7+
## [Simple ModbusRTU slave](slave/slave.ino)
88

9-
## [Sync ModbusRTU master](masterSync)
9+
## [Sync ModbusRTU master](masterSync/masterSync.ino)
1010

1111
## Modbus RTU Specific API
1212

‎examples/TCP-ESP/README.md

Copy file name to clipboardExpand all lines: examples/TCP-ESP/README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# ESP8266/ESP32 TCP Examples
22

3-
## [Basic client](client.ino)
3+
## [Basic client](client/client.ino)
44

5-
## [Client with blocking read operation](clientSync.ino)
5+
## [Client with blocking read operation](clientSync/clientSync.ino)
66

7-
## [Server](server.ino)
7+
## [Server](server/server.ino)
88

99
### API
1010

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.