libsimpleio 2.2025.136.1

dotnet add package libsimpleio --version 2.2025.136.1
                    
NuGet\Install-Package libsimpleio -Version 2.2025.136.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="libsimpleio" Version="2.2025.136.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="libsimpleio" Version="2.2025.136.1" />
                    
Directory.Packages.props
<PackageReference Include="libsimpleio" />
                    
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 libsimpleio --version 2.2025.136.1
                    
#r "nuget: libsimpleio, 2.2025.136.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.
#:package libsimpleio@2.2025.136.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=libsimpleio&version=2.2025.136.1
                    
Install as a Cake Addin
#tool nuget:?package=libsimpleio&version=2.2025.136.1
                    
Install as a Cake Tool

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.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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.136.1 149 5/17/2025
2.2025.128.1 161 5/8/2025
2.2025.119.1 174 4/29/2025
2.2025.76.2 167 3/17/2025
2.2025.76.1 154 3/17/2025
2.2025.64.1 237 3/7/2025
2.2025.48.1 123 2/18/2025
2.2025.25.1 112 1/27/2025
2.2025.23.1 109 1/23/2025
2.2024.356.1 131 12/21/2024
2.2024.167.1 182 6/16/2024
2.2024.165.1 139 6/13/2024
2.2024.120.1 153 4/30/2024
2.2024.45.1 304 2/14/2024
2.2024.9.1 408 1/10/2024
2.2023.307.2 589 11/3/2023
2.2023.306.1 533 11/2/2023
2.2023.305.1 506 11/1/2023
2.2023.302.1 518 10/29/2023
2.2023.301.2 510 10/29/2023
2.2023.300.1 498 10/27/2023
2.2023.98.1 850 4/8/2023
2.2023.69.1 753 3/11/2023
2.2023.62.1 823 3/3/2023
2.2023.56.1 831 2/25/2023
2.2023.45.1 841 2/14/2023
2.2022.312.1 935 11/9/2022
2.2021.345.1 965 12/11/2021
2.2021.335.1 1,712 12/1/2021
2.2021.334.2 938 12/1/2021
2.2021.334.1 902 11/30/2021
2.2021.332.2 917 11/29/2021
2.2021.332.1 864 11/29/2021
2.2021.137.1 1,176 5/18/2021
2.2021.41.1 1,009 2/10/2021
2.2020.345.1 1,134 12/10/2020
2.2020.340.2 1,222 12/6/2020
2.2020.256.1 1,180 9/12/2020
2.2020.136.3 1,229 5/15/2020
2.2020.113.1 1,132 4/22/2020
2.2020.100.2 1,253 4/10/2020
2.2020.100.1 1,178 4/9/2020
2.2020.99.2 1,151 4/8/2020
2.2020.99.1 1,148 4/8/2020
2.2020.98.1 1,140 4/7/2020
2.2020.94.1 1,163 4/3/2020
2.2020.93.1 1,178 4/2/2020
2.2020.79.1 1,156 3/19/2020
2.2020.78.1 1,080 3/18/2020
2.2020.74.1 1,273 3/14/2020
2.2020.71.1 1,184 3/11/2020
2.2020.70.1 1,165 3/10/2020
2.2020.69.1 1,120 3/9/2020
2.2020.63.1 1,131 3/3/2020
2.2020.41.1 1,148 2/10/2020
1.0.7312.24765 1,254 1/8/2020
1.0.7179.34054 1,196 8/29/2019
1.0.7179.30297 1,196 8/29/2019
1.0.7179.17082 1,193 8/28/2019
1.0.7179.15969 1,219 8/28/2019
1.0.7061.16746 1,220 5/2/2019
1.0.7054.20577 1,239 4/25/2019
1.0.6999.19057 1,262 3/1/2019
1.0.6961.18751 1,372 1/22/2019
1.0.6944.35698 1,336 1/5/2019
1.0.6940.36618 1,310 1/1/2019
1.0.6897.18913 1,405 11/19/2018
1.0.6873.20761 1,355 10/26/2018
1.0.6869.32063 1,327 10/22/2018
1.0.6867.31797 1,378 10/20/2018
1.0.6846.22210 1,415 9/29/2018
1.0.6841.35287 1,417 9/24/2018
1.0.6840.34469 1,429 9/23/2018
1.0.6820.36714 1,473 9/3/2018
1.0.6819.20325 1,494 9/2/2018
1.0.6811.26946 1,465 8/26/2018
1.0.6804.29771 1,568 8/18/2018
1.0.6802.24009 1,517 8/16/2018
1.0.6799.34984 1,575 8/13/2018
1.0.6794.20478 1,583 8/8/2018

Added IO.Bindings.libwioe5ham2 and IO.Devices.WioE5.Ham2.