Skip to content

Simple .net GPIO library. Was used by me in apps for Raspberry PI3. It's using /sys/class/gpio to read/write gpio data

License

Notifications You must be signed in to change notification settings

My-little-RaspberryPI/GPIOLibrary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GPIOLibrary

This library designed to use it on Raspberry PI with .NET Core.

Test environment

  • Raspberry PI 3b+
  • Debian 9.8
  • .NET Core 2.2.203 (compiled for 2.1)

Requirements

  • .NET Core 2.1

This library probably will work with ~.NET 4.5+ and using mono that supports ~.NET 4.5+ code.
But this not tested, also will not be supported.

About

Simple .net GPIO library. Was used by me in apps for Raspberry PI3. It's using /sys/class/gpio to read/write gpio data

Topics

Resources

License

Stars

Watchers

Forks

Languages