libsimpleio 2.2021.334.1
See the version list below for details.
dotnet add package libsimpleio --version 2.2021.334.1
NuGet\Install-Package libsimpleio -Version 2.2021.334.1
<PackageReference Include="libsimpleio" Version="2.2021.334.1" />
paket add libsimpleio --version 2.2021.334.1
#r "nuget: libsimpleio, 2.2021.334.1"
// Install libsimpleio as a Cake Addin #addin nuget:?package=libsimpleio&version=2.2021.334.1 // Install libsimpleio as a Cake Tool #tool nuget:?package=libsimpleio&version=2.2021.334.1
Introduction
This package provides libsimpleio.dll, a .Net Standard 2.0 library assembly that provides a .Net binding to the Linux Simple I/O Library.
libsimpleio 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 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 is available as a Windows help file.
Usage
The easiest and best way to use libsimpleio is to install the .Net templates package libsimpleio-templates, by running the following command from a Linux or Windows command line:
dotnet new -i libsimpleio-templates
The above command will install a .Net 6 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 -i command above, Visual Studio 2022 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 | Versions 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 | 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. |
-
.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.2024.167.1 | 148 | 6/16/2024 |
2.2024.165.1 | 108 | 6/13/2024 |
2.2024.120.1 | 129 | 4/30/2024 |
2.2024.45.1 | 266 | 2/14/2024 |
2.2024.9.1 | 382 | 1/10/2024 |
2.2023.307.2 | 553 | 11/3/2023 |
2.2023.306.1 | 507 | 11/2/2023 |
2.2023.305.1 | 485 | 11/1/2023 |
2.2023.302.1 | 488 | 10/29/2023 |
2.2023.301.2 | 476 | 10/29/2023 |
2.2023.300.1 | 471 | 10/27/2023 |
2.2023.98.1 | 802 | 4/8/2023 |
2.2023.69.1 | 698 | 3/11/2023 |
2.2023.62.1 | 773 | 3/3/2023 |
2.2023.56.1 | 776 | 2/25/2023 |
2.2023.45.1 | 789 | 2/14/2023 |
2.2022.312.1 | 880 | 11/9/2022 |
2.2021.345.1 | 895 | 12/11/2021 |
2.2021.335.1 | 1,648 | 12/1/2021 |
2.2021.334.2 | 866 | 12/1/2021 |
2.2021.334.1 | 834 | 11/30/2021 |
2.2021.332.2 | 850 | 11/29/2021 |
2.2021.332.1 | 797 | 11/29/2021 |
2.2021.137.1 | 1,021 | 5/18/2021 |
2.2021.41.1 | 934 | 2/10/2021 |
2.2020.345.1 | 1,050 | 12/10/2020 |
2.2020.340.2 | 1,142 | 12/6/2020 |
2.2020.256.1 | 1,101 | 9/12/2020 |
2.2020.136.3 | 1,136 | 5/15/2020 |
2.2020.113.1 | 1,050 | 4/22/2020 |
2.2020.100.2 | 1,167 | 4/10/2020 |
2.2020.100.1 | 1,096 | 4/9/2020 |
2.2020.99.2 | 1,067 | 4/8/2020 |
2.2020.99.1 | 1,065 | 4/8/2020 |
2.2020.98.1 | 1,051 | 4/7/2020 |
2.2020.94.1 | 1,080 | 4/3/2020 |
2.2020.93.1 | 1,091 | 4/2/2020 |
2.2020.79.1 | 1,067 | 3/19/2020 |
2.2020.78.1 | 990 | 3/18/2020 |
2.2020.74.1 | 1,191 | 3/14/2020 |
2.2020.71.1 | 1,100 | 3/11/2020 |
2.2020.70.1 | 1,078 | 3/10/2020 |
2.2020.69.1 | 1,038 | 3/9/2020 |
2.2020.63.1 | 1,032 | 3/3/2020 |
2.2020.41.1 | 1,059 | 2/10/2020 |
1.0.7312.24765 | 1,161 | 1/8/2020 |
1.0.7179.34054 | 1,105 | 8/29/2019 |
1.0.7179.30297 | 1,105 | 8/29/2019 |
1.0.7179.17082 | 1,105 | 8/28/2019 |
1.0.7179.15969 | 1,128 | 8/28/2019 |
1.0.7061.16746 | 1,127 | 5/2/2019 |
1.0.7054.20577 | 1,150 | 4/25/2019 |
1.0.6999.19057 | 1,162 | 3/1/2019 |
1.0.6961.18751 | 1,263 | 1/22/2019 |
1.0.6944.35698 | 1,240 | 1/5/2019 |
1.0.6940.36618 | 1,225 | 1/1/2019 |
1.0.6897.18913 | 1,302 | 11/19/2018 |
1.0.6873.20761 | 1,222 | 10/26/2018 |
1.0.6869.32063 | 1,214 | 10/22/2018 |
1.0.6867.31797 | 1,271 | 10/20/2018 |
1.0.6846.22210 | 1,289 | 9/29/2018 |
1.0.6841.35287 | 1,304 | 9/24/2018 |
1.0.6840.34469 | 1,307 | 9/23/2018 |
1.0.6820.36714 | 1,344 | 9/3/2018 |
1.0.6819.20325 | 1,376 | 9/2/2018 |
1.0.6811.26946 | 1,351 | 8/26/2018 |
1.0.6804.29771 | 1,442 | 8/18/2018 |
1.0.6802.24009 | 1,398 | 8/16/2018 |
1.0.6799.34984 | 1,445 | 8/13/2018 |
1.0.6794.20478 | 1,403 | 8/8/2018 |
Reimplemented IO.Objects.libsimpleio.syslog.logger as a System.Diagnostics.TraceListener.