Skip to content

Commit

Permalink
Updated readme to show importing steps
Browse files Browse the repository at this point in the history
  • Loading branch information
retrodaredevil committed May 17, 2020
1 parent 53562ab commit 788b9d5
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,22 @@ This library aims to provide an open source heavily object oriented approach to
* Supports CRC and LRC checksums. Automatically checks CRC while using RTU and LRC while using Ascii.
* Parse ModbusMessages (allows you to easily respond to a master).

## Importing
[![](https://jitpack.io/v/retrodaredevil/io-lib.svg)](https://jitpack.io/#retrodaredevil/io-lib)
```groovy
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
dependencies {
implementation 'com.github.retrodaredevil:io-lib:<LATEST RELEASE>'
}
```


## Examples
Building a serial config:
```java
Expand Down

0 comments on commit 788b9d5

Please sign in to comment.