libsimpleio-templates
2.2021.334.1
See the version list below for details.
dotnet new install libsimpleio-templates::2.2021.334.1
Introduction
This package provides a .Net 6 project template for developing .Net 6 application programs for Linux using libsimpleio, 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 6 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
Install this template package 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.
-
net6.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.169.1 | 194 | 6/17/2024 |
2.2024.168.1 | 103 | 6/16/2024 |
2.2024.166.1 | 110 | 6/14/2024 |
2.2024.120.1 | 162 | 4/30/2024 |
2.2024.9.1 | 1,957 | 1/10/2024 |
2.2023.322.1 | 1,569 | 11/18/2023 |
2.2023.307.1 | 628 | 11/3/2023 |
2.2023.301.3 | 252 | 11/3/2023 |
2.2023.301.2 | 341 | 10/29/2023 |
2.2023.69.1 | 741 | 3/11/2023 |
2.2023.58.1 | 321 | 2/27/2023 |
2.2023.56.1 | 330 | 2/25/2023 |
2.2023.45.1 | 343 | 2/14/2023 |
2.2022.312.1 | 528 | 11/9/2022 |
2.2021.336.1 | 424 | 12/3/2021 |
2.2021.334.1 | 352 | 12/1/2021 |
2.2021.332.2 | 368 | 11/29/2021 |
2.2021.332.1 | 365 | 11/29/2021 |
2.2021.323.2 | 804 | 11/19/2021 |
2.2021.323.1 | 330 | 11/19/2021 |
2.2021.322.1 | 404 | 11/19/2021 |
2.2021.92.1 | 2,257 | 4/2/2021 |
2.2021.75.1 | 449 | 3/17/2021 |
2.2021.16.1 | 539 | 1/16/2021 |
2.2020.318.1 | 419 | 11/13/2020 |
2.2020.57.1 | 581 | 2/26/2020 |
2.2020.56.2 | 516 | 2/25/2020 |
2.2020.56.1 | 523 | 2/25/2020 |
2.2020.43.2 | 634 | 2/12/2020 |
2.2020.43.1 | 533 | 2/12/2020 |
2.2020.42.1 | 526 | 2/12/2020 |
2.2020.41.2 | 627 | 2/11/2020 |
2.2020.41.1 | 477 | 2/10/2020 |
1.0.2020.39 | 567 | 2/8/2020 |
1.0.2020.38 | 464 | 2/7/2020 |
1.0.2020.37 | 503 | 2/7/2020 |
Reimplemented IO.Objects.libsimpleio.syslog.logger as a System.Diagnostics.TraceListener.