An open API service indexing awesome lists of open source software.

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

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 ![Wiki](https://github.com/llschall/ardwloop/wiki) 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).

![](https://github.com/llschall/ardwloop/blob/main/media/ardwloop.png)