Sign inSign up

devdotnetorg/dotnet-gpioset

By devdotnetorg

Updated about 5 years ago

Image
0

364

devdotnetorg/dotnet-gpioset repository overview

Alpine image with programm dotnet-gpioset on .NET 5 using Libgpiod for control GPIO. Developer boards such as Raspberry Pi, Banana Pi, Orange Pi, and etc.

Image Tags

Linux arm64 Tags
TagsDockerfileOS VersionLibgpiod Version
:aarch64 :latestDockerfilealpine:3.13.5Latest (v1.6.3)
Linux amd64 Tags
TagsDockerfileOS VersionLibgpiod Version
:amd64 :latestDockerfilealpine:3.13.5Latest (v1.6.3)

Quick Start

The dotnet-gpioset program uses the Libgpiod library to control GPIO Developer boards, written in C # .NET5. Performs the same functions as the gpioset program. The input parameters are the same. A Docker image with the Libgpiod library is available - docker-libgpiod.

Running dotnet-gpioset. Turning on LED on Banana Pi M64 (ARM64), 1 - gpiochip1, 36 - control pin number, 1 - "true" value corresponds to 3V3 voltage:

docker run --rm --name test-dotnet-gpioset --device /dev/gpiochip1 devdotnetorg/dotnet-gpioset 1 36=1

LED ON

LED ON

LED OFF

docker run --rm --name test-dotnet-gpioset --device /dev/gpiochip1 devdotnetorg/dotnet-gpioset 1 36=0

License

MIT License.

Tag summary

Content type

Image

Digest

Size

37.3 MB

Last updated

about 5 years ago

docker pull devdotnetorg/dotnet-gpioset