ardupilot/Tools/ArdupilotMegaPlanner/3DRRadio/MainV2.cs
Michael Oborne a04b6d6993 APM Planner 1.1.81
mavlink 1.0 fixs
simulation hil fix for lorenz
modify default att rate to 10 hz
2012-05-07 22:28:40 +08:00

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();
}
}