Added custom serial port implementation using JSerialComm
This commit is contained in:
parent
1c0340b9cf
commit
b60a7af9cd
6 changed files with 199 additions and 17 deletions
|
|
@ -1,5 +1,12 @@
|
|||
repositories {
|
||||
maven {
|
||||
url "https://dl.bintray.com/tlaukkan/bubblecloud"
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation project(':hal-core')
|
||||
|
||||
implementation 'com.fazecast:jSerialComm:2.6.2'
|
||||
implementation 'org.bubblecloud.zigbee4java:zigbee-api:3.0.3'
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue