Skip to content
Michael Clayton edited this page Jun 28, 2013 · 2 revisions

PiFaceSharp is a C# library for controlling the inputs and outputs on a Pi-Face Digital device connected to a Raspberry Pi, and is based loosely around Gordon Henderson's WiringPiFace project (see https://projects.drogon.net/raspberry-pi/wiringpiface/).

The library can be used to write C# applications that run using Mono on the Raspberry Pi.

Follow the links below to read about some of the features of PiFaceSharp:

  • Getting Started

  • Pin Controllers - background workers that will manage pin state automatically

  • PiFace Emulator - a virtual PiFace for Windows that you can program against even if you don't have a Raspberyy Pi!

  • PiFace Remoting - control the pins on your PiFace over a network using exactly the same C# code as when running it on the Raspberry Pi.

Clone this wiki locally