https://github.com/llschall/ardwloop
Java ⇆ Arduino data synchronization
https://github.com/llschall/ardwloop
arduino arduino-library connection data-structures java kotlin serial-communication synchronization
Last synced: about 1 month ago
JSON representation
Java ⇆ Arduino data synchronization
- Host: GitHub
- URL: https://github.com/llschall/ardwloop
- Owner: llschall
- License: apache-2.0
- Created: 2023-12-14T22:48:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-11-10T20:48:46.000Z (5 months ago)
- Last Synced: 2025-11-10T22:20:38.074Z (5 months ago)
- Topics: arduino, arduino-library, connection, data-structures, java, kotlin, serial-communication, synchronization
- Language: Java
- Homepage: https://llschall.github.io/ardwloop/
- Size: 3.32 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**ardwloop** takes care of exchanging a matrix of data between your Java (or Kotlin) program and its matching Arduino
program.
More in the  or in the
ardwloop pages.
Setup:
***build.gradle***
```
repositories {
mavenCentral()
}
dependencies {
implementation 'io.github.llschall:ardwloop:0.3.9'
}
```
See also the [Maven repository page](https://mvnrepository.com/artifact/io.github.llschall/ardwloop/0.2.6).
