nanoFramework.Iot.Device.LiquidLevel 1.2.570

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
dotnet add package nanoFramework.Iot.Device.LiquidLevel --version 1.2.570
NuGet\Install-Package nanoFramework.Iot.Device.LiquidLevel -Version 1.2.570
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="nanoFramework.Iot.Device.LiquidLevel" Version="1.2.570" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add nanoFramework.Iot.Device.LiquidLevel --version 1.2.570
#r "nuget: nanoFramework.Iot.Device.LiquidLevel, 1.2.570"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install nanoFramework.Iot.Device.LiquidLevel as a Cake Addin
#addin nuget:?package=nanoFramework.Iot.Device.LiquidLevel&version=1.2.570

// Install nanoFramework.Iot.Device.LiquidLevel as a Cake Tool
#tool nuget:?package=nanoFramework.Iot.Device.LiquidLevel&version=1.2.570

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.

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.

MCU Breadboard diagram

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.570 76 6/14/2024
1.2.560 87 5/29/2024
1.2.548 83 5/15/2024
1.2.436 227 11/10/2023
1.2.416 113 11/8/2023
1.2.329 148 5/26/2023
1.2.313 137 5/12/2023
1.2.297 129 5/3/2023
1.2.217 274 1/6/2023
1.2.203 263 12/28/2022
1.2.159 338 11/14/2022
1.2.153 355 11/5/2022
1.2.141 361 10/25/2022
1.2.122 400 10/12/2022
1.2.114 373 10/8/2022
1.2.95 420 9/22/2022
1.2.87 461 9/15/2022
1.2.73 378 9/8/2022
1.1.116.8772 413 6/24/2022
1.1.113.2032 406 6/23/2022
1.1.58.10097 425 5/23/2022
1.1.3 433 4/15/2022
1.1.1 441 4/14/2022
1.0.300 428 3/31/2022
1.0.277-preview.126 122 3/25/2022
1.0.277-preview.125 114 3/25/2022
1.0.277-preview.112 112 3/19/2022
1.0.277-preview.110 106 3/18/2022
1.0.277-preview.105 114 3/15/2022
1.0.277-preview.99 115 3/10/2022
1.0.277-preview.98 113 3/8/2022
1.0.277-preview.77 117 2/18/2022
1.0.277-preview.41 129 1/28/2022
1.0.277-preview.32 133 1/27/2022
1.0.277-preview.17 127 1/24/2022
1.0.277-preview.15 122 1/21/2022
1.0.277-preview.13 121 1/21/2022
1.0.277-preview.1 128 1/11/2022
1.0.259 320 12/9/2021
1.0.218 193 10/18/2021
1.0.209 336 10/12/2021
1.0.155 314 8/31/2021
1.0.135 289 7/16/2021
1.0.134 166 7/15/2021
1.0.133 179 7/14/2021
1.0.129 164 7/6/2021
1.0.125 192 7/5/2021
1.0.121 191 6/29/2021
1.0.119 218 6/28/2021
1.0.35 211 5/24/2021