Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix deadlinks in example docs #272
  • Loading branch information
rob040 committed Mar 17, 2023
commit e70502ce801e977a1d85ff869a59261a0a465a87
8 changes: 4 additions & 4 deletions examples/RTU/README.MD
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
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.

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

## [Simple ModbusRTU master](master)
## [Simple ModbusRTU master](master/master.ino)

## [Simple ModbusRTU slave](slave)
## [Simple ModbusRTU slave](slave/slave.ino)

## [Sync ModbusRTU master](masterSync)
## [Sync ModbusRTU master](masterSync/masterSync.ino)

## Modbus RTU Specific API

Expand Down
6 changes: 3 additions & 3 deletions examples/TCP-ESP/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# ESP8266/ESP32 TCP Examples

## [Basic client](client.ino)
## [Basic client](client/client.ino)

## [Client with blocking read operation](clientSync.ino)
## [Client with blocking read operation](clientSync/clientSync.ino)

## [Server](server.ino)
## [Server](server/server.ino)

### API

Expand Down