Skip to content

Commit 9052a49

Browse files
committed
Merge tag 'v1.2.0' into develop
v1.2.0
2 parents 96fbe93 + e41f505 commit 9052a49

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

examples/AdafruitPCA9685/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
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.
44

5-
![test](../../images/arduino-nano-with-PCA9685.png)
5+
![Arduino Nano with PCA9685](../../images/arduino-nano-with-PCA9685.png)

examples/MultiplePCA9685/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ Using two PCA9685 PWM Servo Drivers to animate 2 servos. The animation is based
44

55
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.
66

7-
![test](../../images/arduino-nano-with-2-PCA9685.png)
7+
![Arduino Nano with 2 PCA9685](../../images/arduino-nano-with-2-PCA9685.png)

examples/SerialLiveMode/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ Sending live servo positions via serial commands.
44

55
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.
66

7-
![test](../../images/arduino-nano-with-servo.png)
7+
![Arduino Nano with servo](../../images/arduino-nano-with-servo.png)

examples/Show/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ Setting up a show consisting of 2 animations.
44

55
By default, the 2 animations will be played synchronously in a loop.
66

7-
![test](../../images/arduino-nano-with-servo.png)
7+
![Arduino Nano with servo](../../images/arduino-nano-with-servo.png)

examples/StandardServoLib/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ Using the standard Arduino servo library to send servo positions.
44

55
The setup requires nothing but a micro controller and a single servo.
66

7-
![test](../../images/arduino-nano-with-servo.png)
7+
![Arduino Nano with servo](../../images/arduino-nano-with-servo.png)

examples/SwitchModeButton/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ In this example we are using a button to handle both short and long presses. Not
66

77
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.
88

9-
![test](../../images/arduino-nano-with-servo-and-button.png)
9+
![Arduino Nano with servo and button](../../images/arduino-nano-with-servo-and-button.png)

examples/WebSocketLiveMode/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ Sending live servo positions via web socket commands.
44

55
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.
66

7-
![test](../../images/esp32-with-servo.png)
7+
![ESP32 with servo](../../images/esp32-with-servo.png)

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=BlenderServoAnimation
2-
version=1.1.0
2+
version=1.2.0
33
author=Tim Hendriks
44
maintainer=Tim Hendriks <[email protected]>
55
sentence=Library to control servos based on an exported Blender animation.

0 commit comments

Comments
 (0)