nanoFramework.Iot.Device.Pcx857x 1.2.864

Prefix Reserved
dotnet add package nanoFramework.Iot.Device.Pcx857x --version 1.2.864
                    
NuGet\Install-Package nanoFramework.Iot.Device.Pcx857x -Version 1.2.864
                    
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.864" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="nanoFramework.Iot.Device.Pcx857x" Version="1.2.864" />
                    
Directory.Packages.props
<PackageReference Include="nanoFramework.Iot.Device.Pcx857x" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add nanoFramework.Iot.Device.Pcx857x --version 1.2.864
                    
#r "nuget: nanoFramework.Iot.Device.Pcx857x, 1.2.864"
                    
#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.
#addin nuget:?package=nanoFramework.Iot.Device.Pcx857x&version=1.2.864
                    
Install nanoFramework.Iot.Device.Pcx857x as a Cake Addin
#tool nuget:?package=nanoFramework.Iot.Device.Pcx857x&version=1.2.864
                    
Install nanoFramework.Iot.Device.Pcx857x as a Cake Tool

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.864 298 4/2/2025
1.2.852 251 3/11/2025
1.2.829 211 2/27/2025
1.2.822 115 2/26/2025
1.2.772 282 2/4/2025
1.2.755 158 1/31/2025
1.2.737 183 1/13/2025
1.2.696 251 12/16/2024
1.2.673 357 10/23/2024
1.2.631 363 8/28/2024
1.2.570 527 6/14/2024
1.2.560 201 5/29/2024
1.2.548 218 5/15/2024
1.2.436 1,039 11/10/2023
1.2.329 1,539 5/26/2023
1.2.316 220 5/16/2023
1.2.313 155 5/12/2023
1.2.297 243 5/3/2023
1.2.203 1,623 12/28/2022
1.2.141 657 10/25/2022
1.2.122 549 10/12/2022
1.2.114 461 10/8/2022
1.2.95 524 9/22/2022
1.2.87 882 9/15/2022
1.2.73 431 9/8/2022
1.2.44 495 8/10/2022
1.2.43 414 8/9/2022
1.1.113.2032 956 6/23/2022
1.1.1 580 4/14/2022
1.0.300 419 4/1/2022
1.0.277-preview.28 144 3/25/2022
1.0.277-preview.26 141 3/25/2022
1.0.277-preview.1 176 3/10/2022