This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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 |