-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,9 +3,9 @@ version=1.0.9 | |
author=Arduino | ||
maintainer=Arduino <[email protected]> | ||
sentence=Use Modbus equipment with your Arduino. | ||
paragraph=Using TCP or RS485 shields, like the MKR 485 Shield. This library depends on the ArduinoRS485 library. | ||
paragraph=Using TCP, RS485 or T1S shields, like the MKR 485 Shield. This library depends on the ArduinoRS485 library. | ||
category=Communication | ||
url=https://www.arduino.cc/en/ArduinoModbus/ArduinoModbus | ||
architectures=megaavr,samd,mbed_nano,mbed_portenta,mbed_opta | ||
architectures=megaavr,samd,mbed_nano,mbed_portenta,mbed_opta,renesas_uno | ||
includes=ArduinoModbus.h | ||
depends=ArduinoRS485 |