/DotNetStandardGPIO

GPIO Class Library helper for .Net Standard

Primary LanguageC#GNU General Public License v3.0GPL-3.0

DotNetStandardGPIO

GPIO Class Library helper for .Net Standard 2.0

May use for all devices, which running on Linux and .Net Core

v0.0.1 GpioOn/Off

Usage

{
    236.GpioOn(true); // Turn on GPIO
    126.GpioOn(false);// Turn off GPIO
    126.GpioOn();     // Turn off GPIO
}

Important Notice

There can be hardware limitations for device which cannot run .Net Core applications.

Tested on

  • OrangePi Win /Orange Pi Win Plus