Added custom serial port implementation using JSerialComm

This commit is contained in:
Ziver Koc 2020-12-26 01:35:03 +01:00
parent 1c0340b9cf
commit b60a7af9cd
6 changed files with 199 additions and 17 deletions

View file

@ -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'
}