You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@ It's specifically written with lots of "higher-level" functions to help out user
15
15
-[Supported Data Types](#supported-data-types)
16
16
-[Notes on TTL and RS485/RS322 electrical communications standards](#notes-on-ttl-and-rs485rs322-electrical-communications-standards)
17
17
-[Hardware interface suggestions for EnviroDIY Mayfly](#hardware-interface-suggestions-for-envirodiy-mayfly)
18
+
-[Library installation](#library-installation)
18
19
19
20
<!--! @endif -->
20
21
_____
@@ -182,3 +183,10 @@ For use with the [EnviroDIY Mayfly data logger](https://github.com/EnviroDIY/Env
182
183
183
184
We have developed a [Modbus-Mayfly-WingShield](https://github.com/EnviroDIY/SensorModbusMaster/tree/master/hardware/Modbus-Mayfly_WingShield) that combines AltSoftSerial TTL to RS-485 conversion with an optional power boost to 9V or 12V.
184
185
This has worked quite well for us for a variety of deployment configurations and sensors.
186
+
187
+
## Library installation
188
+
189
+
This library is available through both the Arduino and PlatformIO library registries.
190
+
[Here is the PlatformIO registry page.](https://registry.platformio.org/libraries/envirodiy/SensorModbusMaster)
191
+
Use the Arduino IDE to find the library in that registry.
192
+
The build and ingest logs for this library into the Arduino library registry are available [here](https://downloads.arduino.cc/libraries/logs/github.com/EnviroDIY/SensorModbusMaster/).
0 commit comments