Skip to content

Instantly share code, notes, and snippets.

@jsturtevant
jsturtevant / StartupTask.cs
Created March 24, 2016 14:07
Windows IoT 10 Servo Motor Example
// Copyright (c) Microsoft. All rights reserved.
// Modified and Licensed under MIT from https://github.com/ms-iot/samples
using Windows.ApplicationModel.Background;
using Windows.Devices.Gpio;
using System.Diagnostics;
using Windows.System.Threading;
// The Background Application template is documented at http://go.microsoft.com/fwlink/?LinkID=533884&clcid=0x409
namespace ServoMotorBasics