Toggle Raspberry Pi GPIO Pins with ASP.NET Core 2.0

added by DotNetKicks
9/1/2017 1:53:13 PM

449 Views

Today I'll show you how to Toggle Raspberry Pi GPIO Pins with ASP.NET Core 2.0. First be aware of the following prerequisites: .NET Core 2.0 SDK A Raspberry Pi 3 Running Raspbian Install linux dependencies: sudo apt-get install curl libunwind8 gettext Now let's start: 4. Create BlinkyController.cs 5.


0 comments