[HOWTO] Control the GPIO Interface of a Raspberry Pi 3 using UWP
In a project of ours I stumbled across the topic on how to control the GPIO interface of a Raspberry Pi 3 using the Windows.Devices.Gpio namespace. The mentioned namespace contains a class called GpioController. This class enables you to establish connection to any pin on the Raspberry Pi. You have to use the static method GpioController.GetDefault() to get an instance […]
