Skip to content

Commit

Permalink
Fix for Uno in example, update platforms
Browse files Browse the repository at this point in the history
Signed-off-by: Sara Damiano <[email protected]>
  • Loading branch information
SRGDamia1 committed Jun 21, 2024
1 parent e806f2f commit fa5995d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Update examples to apply to more processors
- Implement testing of more processors
- Set the platforms/architectures supported list to "*" (all)

### Added

Expand Down
2 changes: 0 additions & 2 deletions examples/scanRegisters/scanRegisters.ino
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ const int DEREPin = -1; // The pin controlling Receive Enable and Driver Enable
// on the RS485 adapter, if applicable (else, -1)
// Setting HIGH enables the driver (arduino) to send text
// Setting LOW enables the receiver (sensor) to send text
const int SSRxPin = 10; // Receive pin for software serial (Rx on RS485 adapter)
const int SSTxPin = 11; // Send pin for software serial (Tx on RS485 adapter)


// Construct a Serial object for Modbus
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
],
"license": "BSD-3-Clause",
"frameworks": "arduino",
"platforms": "atmelavr, atmelsam",
"platforms": "*",
"examples":
[
"examples/*/*.ino",
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ sentence=Arduino library for communicating via modbus with the Arduino acting as
paragraph=This library is designed to use an Arduino as a modbus master to communicate with a sensor/slave via modbus RTU. It's specifically written with lots of "higher-level" functions to help out users who are largely unfamiliar with the modbus protocol and want an easy way to get information from a modbus device.
category=Sensors
url=https://github.com/EnviroDIY/SensorModbusMaster
architectures=avr,sam,samd
architectures=*

0 comments on commit fa5995d

Please sign in to comment.