Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 1.95 KB

README.md

File metadata and controls

47 lines (36 loc) · 1.95 KB

DynamixelCSharp

CodeQL .NET Docfx

Unofficial cross-platform cross-arch library for the communication with dynamixel devices.

Releases

https://github.com/m3nax/DynamixelCSharp/releases

Release Version Type Release Note (Changelog) .NET Targeting
NOT RELEASED 8.0.0 DEV 7.0, 8.0

Supported platforms

OS Arch Support Package Version
linux arm32 >= 8.0.0
linux arm64 >= 8.0.0
linux amd64 (x64) >= 8.0.0
windows arm64 >= 8.0.0
windows amd64 (x64) >= 8.0.0
macOS arm64 >= 8.0.0
macOS amd64 (x64) >= 8.0.0
❔ = not tested
✅ = supported
❌ = not supported

Supported devices/protocols

Protocol 1.0

Device Support Tested
AX-12A
AX-18A

Build documentation site

# Install docfx
dotnet tool update -g docfx

# Build documentation site and serve it on localhost:8080
docfx docs/docfx.json -o:./app/docs/ --serve