Descriptor struct for a dynamixel device. More...
Descriptor struct for a dynamixel device.
Definition at line 43 of file dynamixel.h.
#include <dynamixel.h>
Data Fields | |
uart_half_duplex_t * | stream |
the stream used | |
dynamixel_id_t | id |
the device address | |
dynamixel_id_t dynamixel_t::id |
the device address
Definition at line 45 of file dynamixel.h.
uart_half_duplex_t* dynamixel_t::stream |
the stream used
Definition at line 44 of file dynamixel.h.