Skip to content

Commit

Permalink
fixed properties and keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
Rocketct committed Oct 24, 2024
1 parent 6635503 commit b66681b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions keywords.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ ModbusRTUClient KEYWORD1
ModbusRTUServer KEYWORD1
ModbusRTUClient KEYWORD1
ModbusTCPServer KEYWORD1
ModbusT1SClient KEYWORD1
ModbusT1SServer KEYWORD1

#######################################
# Methods and Functions (KEYWORD2)
Expand Down
4 changes: 2 additions & 2 deletions library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b66681b

Please sign in to comment.