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
Full details on the library functionality can be found on github pages: <https://envirodiy.github.io/Arduino-SDI-12/>
59
60
61
+
## Library installation
62
+
63
+
This library is available through both the Arduino and PlatformIO library registries.
64
+
65
+
Within the Arduino IDE, you can find the library in the library registry using the library search tool.
66
+
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/Arduino-SDI-12/).
67
+
The Arduino library registry should show newly available versions of this library within a few hours of a new release.
68
+
69
+
[Here is the PlatformIO registry page.](https://registry.platformio.org/libraries/envirodiy/SDI-12)
70
+
The library can be installed using the PlatformIO command `pio pkg install --library "envirodiy/SDI-12"`,
71
+
You can also include this SDI-12 library as a dependency for a project by adding `envirodiy/SDI-12` to the [lib_deps](https://docs.platformio.org/en/latest/projectconf/sections/env/options/library/lib_deps.html) section of your platformio.ini configuration file.
72
+
The PlatformIO library registry will should newly available versions of this library within minutes of a new release.
73
+
60
74
## Origins and Inherited Limitations<!--! {#mainpage_origins} -->
61
75
62
76
This library was developed from the [SoftwareSerial](https://github.com/arduino/Arduino/tree/master/hardware/arduino/avr/libraries/SoftwareSerial) library that is a built-in [standard Arduino library](https://www.arduino.cc/en/Reference/Libraries).
0 commit comments