From b3a90b97b33dd981cf38b71e375be52517c465d4 Mon Sep 17 00:00:00 2001 From: llschall Date: Sat, 3 Jan 2026 23:51:24 +0100 Subject: [PATCH 1/5] [Build] Bump to version 0.4.0 --- src/Ardwloop.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Ardwloop.h b/src/Ardwloop.h index 39f17f5..d12c8c5 100644 --- a/src/Ardwloop.h +++ b/src/Ardwloop.h @@ -2,7 +2,7 @@ * Adrwloop.h - Entry point of the ardwloop API for the Arduino side * See https://llschall.github.io/ardwloop * - * Version 0.3.9 + * Version 0.4.0 */ #ifndef ardwloop_h From 20d0828751ae7003b697247b37a605a26684bb77 Mon Sep 17 00:00:00 2001 From: llschall Date: Sun, 4 Jan 2026 00:01:14 +0100 Subject: [PATCH 2/5] [Build] Bump to version 0.4.0 --- examples/demo_led/demo_led.ino | 2 +- library.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/demo_led/demo_led.ino b/examples/demo_led/demo_led.ino index 333cc60..8652d37 100644 --- a/examples/demo_led/demo_led.ino +++ b/examples/demo_led/demo_led.ino @@ -1,7 +1,7 @@ /* * Welcome to the Ardwloop Demo ! * - * Featuring Ardwloop 0.3.9 + * Featuring Ardwloop 0.4.0 * * More setup instructions are available in * https://llschall.github.io/ardwloop/demo diff --git a/library.properties b/library.properties index 5b7a45b..e1ef853 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=Ardwloop -version=0.3.9 +version=0.4.0 author=Laurent Schall maintainer=Laurent Schall sentence=A library to ease controlling an Arduino program from a Java or Kotlin application. From 4469455566c87475da70cc2cd0e76b17cb48c07b Mon Sep 17 00:00:00 2001 From: Laurent Schall Date: Thu, 30 Apr 2026 22:26:21 +0200 Subject: [PATCH 3/5] Update README to specify Arduino part of ardwloop Clarified the description of the ardwloop project. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d0da56..47a8a67 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -**ardwloop** synchronizes the loop of your Arduino program with the loop of your Java program, and enables both to exchange integer values that you can use for any purpose in your project +The Arduino part of the https://github.com/llschall/ardwloop repository. From 4ff14120400f2d5590f952d607bca338d8fdabe1 Mon Sep 17 00:00:00 2001 From: llschall Date: Sat, 8 Aug 2026 18:32:20 +0200 Subject: [PATCH 4/5] [Doc] Read me --- ino/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ino/README.md b/ino/README.md index 47a8a67..e1bda71 100644 --- a/ino/README.md +++ b/ino/README.md @@ -1 +1,2 @@ -The Arduino part of the https://github.com/llschall/ardwloop repository. +**ardwloop** synchronizes the loop of your Arduino program with the loop of your Java program, and enables both to +exchange integer values that you can use for any purpose in your project \ No newline at end of file From ed466a581606e64bf50444291fe3e0bfbf2c217b Mon Sep 17 00:00:00 2001 From: llschall Date: Sat, 8 Aug 2026 18:35:47 +0200 Subject: [PATCH 5/5] [Doc] Read me --- ino/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ino/README.md b/ino/README.md index e1bda71..47a8a67 100644 --- a/ino/README.md +++ b/ino/README.md @@ -1,2 +1 @@ -**ardwloop** synchronizes the loop of your Arduino program with the loop of your Java program, and enables both to -exchange integer values that you can use for any purpose in your project \ No newline at end of file +The Arduino part of the https://github.com/llschall/ardwloop repository.