Relocated Comm and IR to the root of Pepperdash_Essentials_Core

#208
This commit is contained in:
Trevor Payne 2020-05-20 22:33:06 -05:00
parent 1fee896a3d
commit 1c62dc26e3
10 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,23 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Crestron.SimplSharp;
using Crestron.SimplSharpPro;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using PepperDash.Core;
namespace PepperDash.Essentials.Core
{
/// <summary>
///
/// </summary>
public interface IComPortsDevice
{
IComPorts Device { get; }
}
}