nanoFramework.Iot.Device.LiquidLevel
1.1.58.10097
Prefix Reserved
See the version list below for details.
dotnet add package nanoFramework.Iot.Device.LiquidLevel --version 1.1.58.10097
NuGet\Install-Package nanoFramework.Iot.Device.LiquidLevel -Version 1.1.58.10097
<PackageReference Include="nanoFramework.Iot.Device.LiquidLevel" Version="1.1.58.10097" />
paket add nanoFramework.Iot.Device.LiquidLevel --version 1.1.58.10097
#r "nuget: nanoFramework.Iot.Device.LiquidLevel, 1.1.58.10097"
// Install nanoFramework.Iot.Device.LiquidLevel as a Cake Addin #addin nuget:?package=nanoFramework.Iot.Device.LiquidLevel&version=1.1.58.10097 // Install nanoFramework.Iot.Device.LiquidLevel as a Cake Tool #tool nuget:?package=nanoFramework.Iot.Device.LiquidLevel&version=1.1.58.10097
Digital liquid level switch
Digital liquid level switches are devices that can detect the presence of liquid/water. GPIO can be used to communicate with the devices.
Documentation
The implementation supports any single pin output digital liquid level switch.
- LLC200D3SH sensor datasheet
Usage
Define the LLC200D3SH sensor using the LiquidLevelSwitch class.
using (LiquidLevelSwitch sensor = new LiquidLevelSwitch(23, PinValue.Low))
{
while (true)
{
// read liquid level switch
Debug.WriteLine($"Detected: {sensor.IsLiquidPresent()}");
Debug.WriteLine();
Thread.Sleep(1000);
}
}
An example on how to use the specific LLC200D3SH device binding is available in the samples folder.
LLC200D3SH Circuit
The following fritzing diagram illustrates one way to wire up the Optomax LLC200D3SH digital liquid level switch with a MCU.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
- nanoFramework.CoreLibrary (>= 1.12.0)
- nanoFramework.Runtime.Events (>= 1.10.0)
- nanoFramework.System.Device.Gpio (>= 1.0.4)
- nanoFramework.System.Device.Model (>= 1.1.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.2.775 | 84 | 2/4/2025 |
1.2.772 | 89 | 2/4/2025 |
1.2.755 | 76 | 1/31/2025 |
1.2.737 | 68 | 1/13/2025 |
1.2.696 | 88 | 12/16/2024 |
1.2.673 | 97 | 10/23/2024 |
1.2.631 | 106 | 8/28/2024 |
1.2.590 | 110 | 7/17/2024 |
1.2.570 | 112 | 6/14/2024 |
1.2.560 | 122 | 5/29/2024 |
1.2.548 | 115 | 5/15/2024 |
1.2.436 | 268 | 11/10/2023 |
1.2.416 | 148 | 11/8/2023 |
1.2.329 | 179 | 5/26/2023 |
1.2.313 | 166 | 5/12/2023 |
1.2.297 | 159 | 5/3/2023 |
1.2.217 | 305 | 1/6/2023 |
1.2.203 | 287 | 12/28/2022 |
1.2.159 | 365 | 11/14/2022 |
1.2.153 | 384 | 11/5/2022 |
1.2.141 | 397 | 10/25/2022 |
1.2.122 | 432 | 10/12/2022 |
1.2.114 | 406 | 10/8/2022 |
1.2.95 | 451 | 9/22/2022 |
1.2.87 | 488 | 9/15/2022 |
1.2.73 | 413 | 9/8/2022 |
1.1.116.8772 | 445 | 6/24/2022 |
1.1.113.2032 | 438 | 6/23/2022 |
1.1.58.10097 | 456 | 5/23/2022 |
1.1.3 | 464 | 4/15/2022 |
1.1.1 | 473 | 4/14/2022 |
1.0.300 | 466 | 3/31/2022 |
1.0.277-preview.126 | 134 | 3/25/2022 |
1.0.277-preview.125 | 128 | 3/25/2022 |
1.0.277-preview.112 | 125 | 3/19/2022 |
1.0.277-preview.110 | 121 | 3/18/2022 |
1.0.277-preview.105 | 129 | 3/15/2022 |
1.0.277-preview.99 | 133 | 3/10/2022 |
1.0.277-preview.98 | 128 | 3/8/2022 |
1.0.277-preview.77 | 130 | 2/18/2022 |
1.0.277-preview.41 | 146 | 1/28/2022 |
1.0.277-preview.32 | 146 | 1/27/2022 |
1.0.277-preview.17 | 139 | 1/24/2022 |
1.0.277-preview.15 | 134 | 1/21/2022 |
1.0.277-preview.13 | 133 | 1/21/2022 |
1.0.277-preview.1 | 139 | 1/11/2022 |
1.0.259 | 353 | 12/9/2021 |
1.0.218 | 213 | 10/18/2021 |
1.0.209 | 365 | 10/12/2021 |
1.0.155 | 344 | 8/31/2021 |
1.0.135 | 307 | 7/16/2021 |
1.0.134 | 186 | 7/15/2021 |
1.0.133 | 201 | 7/14/2021 |
1.0.129 | 185 | 7/6/2021 |
1.0.125 | 212 | 7/5/2021 |
1.0.121 | 212 | 6/29/2021 |
1.0.119 | 240 | 6/28/2021 |
1.0.35 | 232 | 5/24/2021 |