aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 716a2d22af9e238d854c2e3387213bb3cdc0d149 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# SBT-MAVLink Plugin

This plugin provides generation of Scala sources from MAVLink message definition files.
It translates a MAVLink dialect defined in XML to useable scala objects and provides utilities for parsing
and creating MAVLink packets.

See an example 

## Usage
Add the following to your plugins:

    addSbtPlugin("com.github.jodersky" % "sbt-mavlink" % "0.1")