That fails because
Code: Select all
using Windows.Devices.Gpio;Code: Select all
var gpio = GpioController.GetDefault();
Code: Select all
private GpioPin pin;What piece am I missing?
Code: Select all
using Windows.Devices.Gpio;Code: Select all
var gpio = GpioController.GetDefault();
Code: Select all
private GpioPin pin;By following the recipe here: http://ms-iot.github.io/content/win10/s ... oWorld.htmric96 wrote:how did you get hello world running pl. help...
viewtopic.php?f=105&t=109113&p=750730#p750730