Назад к каталогу

Dynamixel_Servo

Dynamixel_Servo is an Arduino compatible library for controlling Dynamixel MX and RX series servos.

Версия2.1.0
ZIP на зеркалепо запросу
ПроверкаSHA-256
Размер34.55 KiB
Источникофициальный
Обновлено2026-07-04

Установка

Последняя опубликованная версия
2.1.034.55 KiB ZIP
ZIP еще не в горячем кешеАрхив еще не сохранен локально. Первый запрос может занять больше времени: реестр скачает файл на сервере, проверит checksum и только потом отдаст ZIP.версия: последняя
Как подключить скачанный ZIP
  1. Скачайте архив — реестр отдает его уже проверенным.
  2. В Arduino IDE выберите «Скетч → Подключить библиотеку → Добавить .ZIP библиотеку».
  3. Укажите скачанный файл — библиотека появится в списке доступных.
Каталог подготовлен для TREMA IDE: программа сможет устанавливать библиотеки с этого зеркала.
Контрольная суммаSHA-256:8de442432c6c11720fd7cd6b627345d33527ffb86680e4fe0d33fd1913cdbbe1
АрхивDynamixel_Servo-2.1.0-8de44243.zip

Описание

This module presents a high-level interface and a low-level interface for manipulating the servo's registers. The high-level interface looks up the width (one or two bytes) of the specified value and manipulates all relevant registers (low byte and high byte) as a single value. The high-level interface also performs automatic conversions between the raw values defined in the servo's datasheet, and physical values such as radians, radians-per-second, Amperes, Volts, baud, microseconds, degrees-Celcius, percent (of the motor's maximum torque) etc... as appropriate to the value. The down-side is that the high-level interface hogs several kilobytes of code space, as the result of using floating-point math and having some large-ish lookup tables. Therefore a low-level interface is provided that allows more straightforward access to the servo's registers using raw values, which may optionally be converted to and from physical values using the provided functions. Using the low-level interface and raw values may save several kilobytes of code space (The compiler won't compile functions that aren't used). The low-level interface also provides the capability to access several of the servo's values in a single command using the xxx_raw_page functions.

Версии

Показано: 1
2.1.02026-07-04 20:51:00 UTC
ZIP по запросу
первое скачивание может быть дольше