nanoFramework.Iot.Device.Pcx857x 1.2.560

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.Pcx857x --version 1.2.560
NuGet\Install-Package nanoFramework.Iot.Device.Pcx857x -Version 1.2.560
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.Pcx857x" Version="1.2.560" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add nanoFramework.Iot.Device.Pcx857x --version 1.2.560
#r "nuget: nanoFramework.Iot.Device.Pcx857x, 1.2.560"
#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.Pcx857x as a Cake Addin
#addin nuget:?package=nanoFramework.Iot.Device.Pcx857x&version=1.2.560

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

PCx857x/PCF8574/PCF8575/PCA8574/PCA8575 - NXP/TI GPIO expansion

The PCX857X device family provides 8/16-bit, general purpose parallel I/O expansion for I2C SPI applications. These chips provide simple I/O expansion with reduced bus traffic as they don't take command bytes.

Documentation

PCX857X devices contain different markings to distinguish features like packaging, bus speed support, and address space. Please review specific datasheet for more information.

Usage

 // 0x20 is the device address in this example.
var connectionSettings = new I2cConnectionSettings(1, 0x20);
var i2cDevice = I2cDevice.Create(connectionSettings);
var pcf8574 = new Pcf8574(i2cDevice);

Binding Notes

This binding includes an Pcx857x abstract base class and derived abstract classes for both 8-bit (Pcx8574) and 16-bit (Pcx8575) variants.

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 (1)

Showing the top 1 popular GitHub repositories that depend on nanoFramework.Iot.Device.Pcx857x:

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.560 103 5/29/2024
1.2.548 137 5/15/2024
1.2.436 858 11/10/2023
1.2.329 1,162 5/26/2023
1.2.316 184 5/16/2023
1.2.313 116 5/12/2023
1.2.297 198 5/3/2023
1.2.203 1,195 12/28/2022
1.2.141 610 10/25/2022
1.2.122 501 10/12/2022
1.2.114 416 10/8/2022
1.2.95 474 9/22/2022
1.2.87 828 9/15/2022
1.2.73 383 9/8/2022
1.2.44 447 8/10/2022
1.2.43 366 8/9/2022
1.1.113.2032 909 6/23/2022
1.1.1 534 4/14/2022
1.0.300 372 4/1/2022
1.0.277-preview.28 115 3/25/2022
1.0.277-preview.26 109 3/25/2022
1.0.277-preview.1 146 3/10/2022