nanoFramework.Iot.Device.Multiplexing
1.0.277-preview.41
Prefix Reserved
See the version list below for details.
dotnet add package nanoFramework.Iot.Device.Multiplexing --version 1.0.277-preview.41
NuGet\Install-Package nanoFramework.Iot.Device.Multiplexing -Version 1.0.277-preview.41
<PackageReference Include="nanoFramework.Iot.Device.Multiplexing" Version="1.0.277-preview.41" />
paket add nanoFramework.Iot.Device.Multiplexing --version 1.0.277-preview.41
#r "nuget: nanoFramework.Iot.Device.Multiplexing, 1.0.277-preview.41"
// Install nanoFramework.Iot.Device.Multiplexing as a Cake Addin #addin nuget:?package=nanoFramework.Iot.Device.Multiplexing&version=1.0.277-preview.41&prerelease // Install nanoFramework.Iot.Device.Multiplexing as a Cake Tool #tool nuget:?package=nanoFramework.Iot.Device.Multiplexing&version=1.0.277-preview.41&prerelease
Iot.Device.Multiplexing
Generic helper implementation for pin multiplexing. See ShiftRegister or Sn74hc595.
Usage
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Device.Gpio;
using System.Threading;
using Iot.Device.Multiplexing;
int[] pins = new int[] { 4, 17, 27, 22, 5, 6, 13, 19 };
using IOutputSegment segment = new GpioOutputSegment(pins);
CancellationTokenSource cts = new();
CancellationToken token = cts.Token;
bool controlCRequested = false;
TimeSpan delay = TimeSpan.FromSeconds(5);
WriteLine("Light all LEDs");
segment.TurnOffAll();
for (int i = 0; i < pins.Length; i++)
{
segment.Write(i, 1);
}
WriteLine("Light every other LED");
segment.TurnOffAll();
for (int i = 0; i < pins.Length; i++)
{
segment.Write(i, i % 2);
}
WriteLine("Light every other (other) LED");
segment.TurnOffAll();
for (int i = 0; i < pins.Length; i++)
{
segment.Write(i, (i + 1) % 2);
}
WriteLine("Display binary 128");
segment.TurnOffAll();
for (int i = 0; i < pins.Length; i++)
{
segment.Write(128);
}
segment.TurnOffAll();
WriteLine("Done.");
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
- nanoFramework.CoreLibrary (>= 1.12.0-preview.5)
- nanoFramework.Runtime.Events (>= 1.10.0-preview.4)
- nanoFramework.System.Device.Gpio (>= 1.0.3-preview.8)
- nanoFramework.System.Threading (>= 1.0.4-preview.12)
NuGet packages (5)
Showing the top 5 NuGet packages that depend on nanoFramework.Iot.Device.Multiplexing:
Package | Downloads |
---|---|
nanoFramework.Iot.Device.ShiftRegister
This package includes the .NET IoT Core binding Iot.Device.ShiftRegister for .NET nanoFramework C# projects. |
|
nanoFramework.Iot.Device.Sn74hc595
This package includes the .NET IoT Core binding Iot.Device.Sn74hc595 for .NET nanoFramework C# projects. |
|
nanoFramework.Iot.Device.CharacterLcd
This package includes the .NET IoT Core binding Character LCD for .NET nanoFramework C# projects. |
|
nanoFramework.Iot.Device.Charlieplex
This package includes the .NET IoT Core binding Iot.Device.Charlieplex for .NET nanoFramework C# projects. |
|
nanoFramework.Iot.Device.Mbi5027
This package includes the .NET IoT Core binding Iot.Device.Mbi5027 for .NET nanoFramework C# projects. |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on nanoFramework.Iot.Device.Multiplexing:
Repository | Stars |
---|---|
nanoframework/nanoFramework.IoT.Device
📦 This repo includes .NET nanoFramework implementations for various sensors, chips, displays, hats and drivers
|
Version | Downloads | Last updated |
---|---|---|
1.2.670 | 492 | 10/23/2024 |
1.2.628 | 1,135 | 8/28/2024 |
1.2.586 | 874 | 7/12/2024 |
1.2.557 | 1,047 | 5/29/2024 |
1.2.543 | 575 | 5/10/2024 |
1.2.423 | 2,943 | 11/9/2023 |
1.2.418 | 210 | 11/9/2023 |
1.2.415 | 526 | 11/8/2023 |
1.2.414 | 132 | 11/8/2023 |
1.2.325 | 3,539 | 5/24/2023 |
1.2.300 | 1,573 | 5/10/2023 |
1.2.295 | 992 | 5/3/2023 |
1.2.285 | 505 | 4/5/2023 |
1.2.270 | 1,442 | 3/15/2023 |
1.2.201 | 4,556 | 12/28/2022 |
1.2.141 | 5,550 | 10/25/2022 |
1.2.120 | 5,145 | 10/12/2022 |
1.2.112 | 2,936 | 10/8/2022 |
1.2.93 | 5,899 | 9/22/2022 |
1.2.84 | 2,539 | 9/15/2022 |
1.2.82 | 2,234 | 9/14/2022 |
1.1.113.2032 | 5,284 | 6/23/2022 |
1.1.1 | 6,932 | 4/14/2022 |
1.0.300 | 2,801 | 3/30/2022 |
1.0.277-preview.125 | 168 | 3/25/2022 |
1.0.277-preview.99 | 294 | 3/10/2022 |
1.0.277-preview.98 | 148 | 3/8/2022 |
1.0.277-preview.77 | 135 | 2/18/2022 |
1.0.277-preview.60 | 141 | 2/4/2022 |
1.0.277-preview.41 | 140 | 1/28/2022 |
1.0.277-preview.32 | 137 | 1/27/2022 |
1.0.277-preview.17 | 138 | 1/24/2022 |
1.0.277-preview.15 | 130 | 1/21/2022 |
1.0.277-preview.1 | 140 | 1/11/2022 |
1.0.259 | 327 | 12/9/2021 |
1.0.160 | 319 | 9/6/2021 |