2021-08-22

This commit is contained in:
2021-08-22 20:17:07 +09:00
parent 1a6ee1f972
commit 2832fa0b5f
8 changed files with 307 additions and 1 deletions

View File

@@ -0,0 +1,14 @@
/*
* Examples for Java
*
* Copyright (c) 2021. Elex. All Rights Reserved.
* https://www.elex-project.com/
*/
plugins {
id("elex-java")
}
dependencies {
implementation("com.fazecast:jSerialComm:2.7.0")
}