Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.27 KB

README.md

File metadata and controls

30 lines (19 loc) · 1.27 KB

BCv1

Controlling valves based on different timers. There is absolutly no warranty!

The first version was desinged for .NET 4.61 and .Net Core 3.1. For testing the timers on your local computer, please refer to https://github.com/DarkAngel76/BCv1_TimerTest.

Suggestions are welcome. In case of issues please be patient, I will check them asap.

Used projects and howtos from other persons or organazations:

Used hardware:

Used NuGet Packages:

  • SixLabors.ImageSharp.Drawing 1.0.0-beta11 (Please only use this version!)
  • System.Device.Gpio
  • Unosquare.Raspberry.Abstractions
  • Unosquare.Raspberry.IO
  • Unosquare.Raspberry.IO.Peripherals
  • Unosquare.WiringPi

Unosquare is being used for easy handling GPIO Button events.