Skip to content

Commit

Permalink
README updated
Browse files Browse the repository at this point in the history
  • Loading branch information
DrTon committed Jul 7, 2018
1 parent d8cfd21 commit 39d8f41
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ MicroAvia Java libraries.

#### Modules List
- jmalib-log: MicroAvia logs parsing (MicroAvia ULog v1 and v2)
- jmalib-math: rotation and geo position conversion utils

Based on deprecated [jMAVlib](https://github.com/DrTon/jMAVlib) project with some major improvements. Added Maven support.

Expand All @@ -15,5 +16,11 @@ Log parser in a typical scenario has ~50x speed up compared to original jMAVlib
<artifactId>jmalib-log</artifactId>
<version>0.1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.microavia</groupId>
<artifactId>jmalib-math</artifactId>
<version>0.1.0-SNAPSHOT</version>
</dependency>
```

0 comments on commit 39d8f41

Please sign in to comment.