mirror of https://github.com/ArduPilot/ardupilot
18 lines
336 B
C#
18 lines
336 B
C#
|
using System;
|
|||
|
using System.Collections.Generic;
|
|||
|
using System.Linq;
|
|||
|
using System.Text;
|
|||
|
|
|||
|
namespace ArdupilotMega
|
|||
|
{
|
|||
|
class MainV2
|
|||
|
{
|
|||
|
public static portproxy comPort = new portproxy();
|
|||
|
}
|
|||
|
|
|||
|
class portproxy
|
|||
|
{
|
|||
|
public ArdupilotMega.Comms.SerialPort BaseStream = new ArdupilotMega.Comms.SerialPort();
|
|||
|
}
|
|||
|
}
|