Unosquare.Raspberry.IO 0.15.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package Unosquare.Raspberry.IO --version 0.15.1
NuGet\Install-Package Unosquare.Raspberry.IO -Version 0.15.1
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="Unosquare.Raspberry.IO" Version="0.15.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Unosquare.Raspberry.IO --version 0.15.1
#r "nuget: Unosquare.Raspberry.IO, 0.15.1"
#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 Unosquare.Raspberry.IO as a Cake Addin
#addin nuget:?package=Unosquare.Raspberry.IO&version=0.15.1

// Install Unosquare.Raspberry.IO as a Cake Tool
#tool nuget:?package=Unosquare.Raspberry.IO&version=0.15.1

The Raspberry Pi's IO Functionality in an easy-to use API for Mono/.NET/C#

This library enables developers to use the various Raspberry Pi's hardware modules including the Camera to capture images and video, the GPIO pins, and both, the SPI and I2C buses.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net452 is compatible.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (7)

Showing the top 5 NuGet packages that depend on Unosquare.Raspberry.IO:

Package Downloads
Unosquare.RaspberryIO.Peripherals

A set of classes for peripherals working with RaspberryIO. Including the following devices: Infrared Sensor HX-1838 Led Strip APA-102C NFC/RFID Controller MFRC-522 DHT family digital relative humidity and temperature sensors: DHT11 DHT12 DHT21 / AM-2301 DHT22 / AM-2302 OLED Display SSD-1306 Generic Button connected to GPIO GY-521 MPU6050 Accelerometer Ultrasonic Sensor HC-SR04 ADS1015 and ADS1115 I2C Analog-to-Digital Converter devices

Raspberry.IO.Max7219LedMatrix

Max7219 LED matrix display driver for raspberry PI.

I2CWrapper

Package Description

FlexLabs.Inky

Combined library for V2/V3 Inky pHAT and Inky wHAT. https://shop.pimoroni.com/?q=inky

Pippin.Adapters.Unosquare

Package Description

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Unosquare.Raspberry.IO:

Repository Stars
cmendible/dotnetcore.samples
.NET Core Samples - Code it Yourself...
Version Downloads Last updated
0.27.1 37,943 8/28/2020
0.27.0 11,806 9/30/2019
0.26.1 488 8/28/2020
0.26.0 672 9/26/2019
0.25.0 3,452 8/21/2019
0.24.0 990 8/2/2019
0.23.0 1,221 7/17/2019
0.21.0 2,213 6/24/2019
0.20.0 1,317 5/22/2019
0.19.1 1,314 5/14/2019
0.19.0 1,471 4/10/2019
0.18.1 3,978 2/13/2019
0.18.0 875 1/31/2019
0.17.2 13,571 10/9/2018
0.17.1 2,130 9/7/2018
0.17.0 2,562 7/17/2018
0.16.0 1,005 7/12/2018
0.15.1 1,078 7/3/2018
0.15.0 967 6/29/2018
0.14.1 1,092 6/26/2018
0.14.0 3,578 4/2/2018
0.13.0 2,915 12/21/2017
0.12.0 3,051 9/21/2017
0.11.0 1,631 6/6/2017
0.10.1 961 6/6/2017
0.10.0 1,220 3/3/2017
0.9.11 1,023 2/2/2017
0.9.10 964 1/31/2017
0.9.9 969 1/30/2017
0.9.8 976 1/27/2017
0.9.7 1,002 1/25/2017
0.9.6 1,148 1/12/2017
0.9.5 1,083 1/6/2017
0.9.4 1,160 12/29/2016
0.9.3 1,116 12/27/2016
0.9.2 1,134 12/27/2016
0.9.1 1,014 12/7/2016
0.9.0 1,794 12/5/2016

v0.15.0
- Upgrade libWiringPi to 2.46 with a custom fix to enable SPI Channel 1.
v0.14.1
- Fix issues with camera
Version 0.14.0
- Upgrade dependencies
Version 0.12.0
- Added Camera Still options
Version 0.11.0
- Fix issue with networks
- Support NET Standard 1.6
Version 0.10.0
- Upgrade libWiringPi to 2.42