Skip to content

Commit 30eedc1

Browse files
Upgrade to version 1.2.0
- Add support for AX-12
1 parent 3860c0c commit 30eedc1

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustypot"
3-
version = "1.1.1"
3+
version = "1.2.0"
44
edition = "2021"
55
license = "Apache-2.0"
66
authors = ["Pollen Robotics"]

Changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Version 1.2.0
2+
3+
- Add support for AX motors (see https://github.com/pollen-robotics/rustypot/pull/93, thanks to @kacper-uminski)
4+
5+
16
## Version 1.1.0
27

38
- Add support for feetech Scs0009

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Rustypot is a communication library for Dynamixel/Feetech motors. It is notably
1717
* Relies on [serialport](https://docs.rs/serialport/latest/serialport/) for serial communication
1818
* Support for dynamixel protocol v1 and v2 (can also use both on the same bus)
1919
* Support for sync read and sync write operations
20-
* Easy support for new type of motors (register definition through macros). Currently support for dynamixel XL320, XL330, XL430, XM430, MX*, Orbita 2D & 3D.
20+
* Easy support for new type of motors (register definition through macros). Currently support for dynamixel XL320, XL330, XL430, XM430, MX*, AX*, Orbita 2D & 3D.
2121
* Pure Rust plus python bindings (using [pyo3](https://pyo3.rs/)).
2222

2323
To add new servo, please refer to the [Servo documentation](./src/servo/README.md).

0 commit comments

Comments
 (0)