classDiagram
class DynamixelControl{
}
DynamixelControl *-- Interface
class Interface {
<<interface>>
+write_byte()
+read()
}
class Uart {
+write_byte()
+read()
}
Interface <|.. Uart
For generate documentation.
cargo doc --open
sudo gpasswd -a ユーザ名 dialout
sudo chmod 666 /dev/ttyUSB0
cat /sys/bus/usb-serial/devices/ttyUSB0/latency_timer