Skip to content

Commit

Permalink
Merge tag 'v1.2.0' into develop
Browse files Browse the repository at this point in the history
v1.2.0
  • Loading branch information
timhendriks93 committed May 1, 2023
2 parents 96fbe93 + e41f505 commit 9052a49
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion examples/AdafruitPCA9685/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion examples/MultiplePCA9685/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion examples/SerialLiveMode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion examples/Show/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion examples/StandardServoLib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion examples/SwitchModeButton/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion examples/WebSocketLiveMode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=BlenderServoAnimation
version=1.1.0
version=1.2.0
author=Tim Hendriks
maintainer=Tim Hendriks <admin@tim-hendriks.com>
sentence=Library to control servos based on an exported Blender animation.
Expand Down

0 comments on commit 9052a49

Please sign in to comment.