mirror of https://github.com/ArduPilot/ardupilot
14 lines
228 B
C#
14 lines
228 B
C#
|
using System;
|
|||
|
using System.Collections.Generic;
|
|||
|
using System.Text;
|
|||
|
using System.IO.Ports;
|
|||
|
using System.IO;
|
|||
|
|
|||
|
namespace ArdupilotMega
|
|||
|
{
|
|||
|
class SerialPort : System.IO.Ports.SerialPort,ICommsSerial
|
|||
|
{
|
|||
|
|
|||
|
}
|
|||
|
}
|