library.properties 794 B

123456789
  1. name=ardyno
  2. version=0.9
  3. author=Adrien Descamps <adrien.descamps@gmail.com>
  4. maintainer=Adrien Descamps <adrien.descamps@gmail.com>
  5. sentence=A library to control dynamixel motors
  6. paragraph=This library allows you to control the Robotis servo motors that use a custom half-duplex serial protocol. You can control TTL models directly from Arduino, without any additional hardware, using hardware or software UART. Communication speed up to 1 MBd is supported with hardware serial. The most useful functions (speed, position, wheel/joint mode) are provided via a very simple high level interface (see test_motor example), but other operations can be done using the generic read/write functions (see test_led example).
  7. category=Device Control
  8. url=https://github.com/descampsa/ardyno
  9. architecture=avr