Skip to content

Commit 80b6944

Browse files
committed
Added Mavlink definition inside Readme
1 parent 3552325 commit 80b6944

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33

44
go impletation of the MAVLink protocol.
5+
```text
6+
MAVLink or Micro Air Vehicle Link is a protocol for communicating with small unmanned vehicle. It's designed as a header-only message marshaling library. MAVLink was first released early 2009 by Lorenz Meier under LGPL license.
7+
```
58
This implementation is mainly inspired by the C version (see [on GitHub](https://github.com/mavlink/qgroundcontrol/tree/master/libs/mavlink/include/mavlink/v1.0)).
69
Only tested under Unix
710

0 commit comments

Comments
 (0)