libsimpleio 2.2025.76.2

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

// Install libsimpleio as a Cake Tool
#tool nuget:?package=libsimpleio&version=2.2025.76.2                

Introduction

This library package provides libsimpleio.dll, a .Net Standard 2.0 library assembly that provides a .Net binding to the Linux Simple I/O Library.

libsimpleio.dll provides services to control ADC (Analog to Digital Converter) inputs, DAC (Digital to Analog) outputs, GPIO (General Purpose I/O) pins, I2C bus controllers, PWM (Pulse Width Modulated) outputs, servo outputs, motor outputs, SPI (Serial Peripheral Interface) devices, and watchdog timers.

With libsimpleio.dll you can develop .Net application programs for Linux target computers, including microcomputers like the BeagleBone and the Raspberry Pi, that control I/O devices. Such programs may be used for physical computing, test fixtures, instrumentation, and other kinds of embedded systems.

The API documentation for libsimpleio.dll is available online at https://repo.munts.com/libsimpleio/doc/libsimpleio.dll

Usage

The easiest and best way to use libsimpleio.dll is to install the .Net templates package libsimpleio-templates, by running the following command from a Linux or Windows command line:

dotnet new install libsimpleio-templates

The above command will install a .Net application program project template called csharp_console_libsimpleio. You can then create a project using it with commands like the following:

mkdir myprogram
cd myprogram
dotnet new csharp_console_libsimpleio

On Windows, after you have run the dotnet new install command above, Visual Studio will automatically pick up the csharp_console_libsimpleio project template. You can then create a project using it with File → New → Project... and then search for libsimpleio.

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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.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 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.
  • .NETStandard 2.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.2025.76.2 117 3/17/2025
2.2025.76.1 116 3/17/2025
2.2025.64.1 204 3/7/2025
2.2025.48.1 93 2/18/2025
2.2025.25.1 88 1/27/2025
2.2025.23.1 86 1/23/2025
2.2024.356.1 106 12/21/2024
2.2024.167.1 164 6/16/2024
2.2024.165.1 119 6/13/2024
2.2024.120.1 139 4/30/2024
2.2024.45.1 280 2/14/2024
2.2024.9.1 390 1/10/2024
2.2023.307.2 561 11/3/2023
2.2023.306.1 516 11/2/2023
2.2023.305.1 493 11/1/2023
2.2023.302.1 496 10/29/2023
2.2023.301.2 485 10/29/2023
2.2023.300.1 479 10/27/2023
2.2023.98.1 813 4/8/2023
2.2023.69.1 711 3/11/2023
2.2023.62.1 785 3/3/2023
2.2023.56.1 788 2/25/2023
2.2023.45.1 801 2/14/2023
2.2022.312.1 898 11/9/2022
2.2021.345.1 914 12/11/2021
2.2021.335.1 1,667 12/1/2021
2.2021.334.2 889 12/1/2021
2.2021.334.1 855 11/30/2021
2.2021.332.2 869 11/29/2021
2.2021.332.1 818 11/29/2021
2.2021.137.1 1,088 5/18/2021
2.2021.41.1 956 2/10/2021
2.2020.345.1 1,072 12/10/2020
2.2020.340.2 1,164 12/6/2020
2.2020.256.1 1,123 9/12/2020
2.2020.136.3 1,161 5/15/2020
2.2020.113.1 1,076 4/22/2020
2.2020.100.2 1,191 4/10/2020
2.2020.100.1 1,120 4/9/2020
2.2020.99.2 1,092 4/8/2020
2.2020.99.1 1,088 4/8/2020
2.2020.98.1 1,077 4/7/2020
2.2020.94.1 1,103 4/3/2020
2.2020.93.1 1,117 4/2/2020
2.2020.79.1 1,090 3/19/2020
2.2020.78.1 1,015 3/18/2020
2.2020.74.1 1,215 3/14/2020
2.2020.71.1 1,123 3/11/2020
2.2020.70.1 1,103 3/10/2020
2.2020.69.1 1,062 3/9/2020
2.2020.63.1 1,064 3/3/2020
2.2020.41.1 1,082 2/10/2020
1.0.7312.24765 1,186 1/8/2020
1.0.7179.34054 1,135 8/29/2019
1.0.7179.30297 1,131 8/29/2019
1.0.7179.17082 1,131 8/28/2019
1.0.7179.15969 1,155 8/28/2019
1.0.7061.16746 1,155 5/2/2019
1.0.7054.20577 1,175 4/25/2019
1.0.6999.19057 1,190 3/1/2019
1.0.6961.18751 1,304 1/22/2019
1.0.6944.35698 1,271 1/5/2019
1.0.6940.36618 1,253 1/1/2019
1.0.6897.18913 1,340 11/19/2018
1.0.6873.20761 1,261 10/26/2018
1.0.6869.32063 1,257 10/22/2018
1.0.6867.31797 1,311 10/20/2018
1.0.6846.22210 1,334 9/29/2018
1.0.6841.35287 1,347 9/24/2018
1.0.6840.34469 1,351 9/23/2018
1.0.6820.36714 1,396 9/3/2018
1.0.6819.20325 1,420 9/2/2018
1.0.6811.26946 1,392 8/26/2018
1.0.6804.29771 1,483 8/18/2018
1.0.6802.24009 1,441 8/16/2018
1.0.6799.34984 1,493 8/13/2018
1.0.6794.20478 1,461 8/8/2018

Corrected the URL for the API specification.