From a94c6d7c00cc69056c876e3374602156d20ba85e Mon Sep 17 00:00:00 2001 From: Tim Hendriks Date: Mon, 1 May 2023 22:59:24 +0200 Subject: [PATCH 1/2] increase version --- library.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.properties b/library.properties index 010cca2..ddd581c 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=BlenderServoAnimation -version=1.1.0 +version=1.2.0 author=Tim Hendriks maintainer=Tim Hendriks sentence=Library to control servos based on an exported Blender animation. From 1c53cfd766b0b887fe636eacfb663932846515de Mon Sep 17 00:00:00 2001 From: Tim Hendriks Date: Mon, 1 May 2023 22:59:41 +0200 Subject: [PATCH 2/2] update image alt texts --- examples/AdafruitPCA9685/README.md | 2 +- examples/MultiplePCA9685/README.md | 2 +- examples/SerialLiveMode/README.md | 2 +- examples/Show/README.md | 2 +- examples/StandardServoLib/README.md | 2 +- examples/SwitchModeButton/README.md | 2 +- examples/WebSocketLiveMode/README.md | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/examples/AdafruitPCA9685/README.md b/examples/AdafruitPCA9685/README.md index d097072..eca93d5 100644 --- a/examples/AdafruitPCA9685/README.md +++ b/examples/AdafruitPCA9685/README.md @@ -2,4 +2,4 @@ Using a PCA9685 PWM Servo Driver to animate 2 servos. The animation is based on the IK example of the Blender Servo Animation add-on which resembles a simple neck mechanism. -![test](../../images/arduino-nano-with-PCA9685.png) +![Arduino Nano with PCA9685](../../images/arduino-nano-with-PCA9685.png) diff --git a/examples/MultiplePCA9685/README.md b/examples/MultiplePCA9685/README.md index 21007a1..65d13df 100644 --- a/examples/MultiplePCA9685/README.md +++ b/examples/MultiplePCA9685/README.md @@ -4,4 +4,4 @@ Using two PCA9685 PWM Servo Drivers to animate 2 servos. The animation is based Note that the A0 address jumper has to be soldered on the second driver board. This setup can easily be extended to animate up to 32 servos. If even more servos are needed, you can also add more driver boards to the chain. -![test](../../images/arduino-nano-with-2-PCA9685.png) +![Arduino Nano with 2 PCA9685](../../images/arduino-nano-with-2-PCA9685.png) diff --git a/examples/SerialLiveMode/README.md b/examples/SerialLiveMode/README.md index 1be02fc..77c9a75 100644 --- a/examples/SerialLiveMode/README.md +++ b/examples/SerialLiveMode/README.md @@ -4,4 +4,4 @@ Sending live servo positions via serial commands. This example requires a USB connection to your PC and a running Blender instance with the Blender Servo Animation Add-on. After starting the live mode by connecting to the micro controller via serial, you can move the servo in real time via Blender. -![test](../../images/arduino-nano-with-servo.png) +![Arduino Nano with servo](../../images/arduino-nano-with-servo.png) diff --git a/examples/Show/README.md b/examples/Show/README.md index 314d899..2619f9f 100644 --- a/examples/Show/README.md +++ b/examples/Show/README.md @@ -4,4 +4,4 @@ Setting up a show consisting of 2 animations. By default, the 2 animations will be played synchronously in a loop. -![test](../../images/arduino-nano-with-servo.png) +![Arduino Nano with servo](../../images/arduino-nano-with-servo.png) diff --git a/examples/StandardServoLib/README.md b/examples/StandardServoLib/README.md index 3d76f23..bb47cc7 100644 --- a/examples/StandardServoLib/README.md +++ b/examples/StandardServoLib/README.md @@ -4,4 +4,4 @@ Using the standard Arduino servo library to send servo positions. The setup requires nothing but a micro controller and a single servo. -![test](../../images/arduino-nano-with-servo.png) +![Arduino Nano with servo](../../images/arduino-nano-with-servo.png) diff --git a/examples/SwitchModeButton/README.md b/examples/SwitchModeButton/README.md index 88c92ee..69855df 100644 --- a/examples/SwitchModeButton/README.md +++ b/examples/SwitchModeButton/README.md @@ -6,4 +6,4 @@ In this example we are using a button to handle both short and long presses. Not Starting the animation will only play it once, so another button press is required to play it again. A long press will stop the animation and slowly move the servo to its neutral position. -![test](../../images/arduino-nano-with-servo-and-button.png) +![Arduino Nano with servo and button](../../images/arduino-nano-with-servo-and-button.png) diff --git a/examples/WebSocketLiveMode/README.md b/examples/WebSocketLiveMode/README.md index 08f1d8d..9b2e053 100644 --- a/examples/WebSocketLiveMode/README.md +++ b/examples/WebSocketLiveMode/README.md @@ -4,4 +4,4 @@ Sending live servo positions via web socket commands. This example requires an ESP32 and a running Blender instance with the Blender Servo Animation Add-on. However, this example could be slightly adjusted to work with other WiFi-capable micro controllers as well. -![test](../../images/esp32-with-servo.png) +![ESP32 with servo](../../images/esp32-with-servo.png)