nanoFramework.Iot.Device.Pcx857x 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.Pcx857x --version 1.2.570
NuGet\Install-Package nanoFramework.Iot.Device.Pcx857x -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.Pcx857x" 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.Pcx857x --version 1.2.570
#r "nuget: nanoFramework.Iot.Device.Pcx857x, 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.Pcx857x as a Cake Addin
#addin nuget:?package=nanoFramework.Iot.Device.Pcx857x&version=1.2.570

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

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.570 161 6/14/2024
1.2.560 144 5/29/2024
1.2.548 162 5/15/2024
1.2.436 871 11/10/2023
1.2.329 1,195 5/26/2023
1.2.316 185 5/16/2023
1.2.313 119 5/12/2023
1.2.297 199 5/3/2023
1.2.203 1,228 12/28/2022
1.2.141 611 10/25/2022
1.2.122 502 10/12/2022
1.2.114 417 10/8/2022
1.2.95 475 9/22/2022
1.2.87 833 9/15/2022
1.2.73 384 9/8/2022
1.2.44 448 8/10/2022
1.2.43 367 8/9/2022
1.1.113.2032 911 6/23/2022
1.1.1 535 4/14/2022
1.0.300 373 4/1/2022
1.0.277-preview.28 116 3/25/2022
1.0.277-preview.26 110 3/25/2022
1.0.277-preview.1 147 3/10/2022