USB Sabertooth Packet Serial Library for Arduino
Control your USB-enabled Sabertooth with reliable Packet Serial.
|
Create a USBSabertoothSerial for the serial port you are using, and then attach a USBSabertooth for each motor driver you want to communicate with. More...
Public Member Functions | |
USBSabertoothSerial (Stream &port=SabertoothTXPinSerial) | |
Stream & | port () |
Create a USBSabertoothSerial for the serial port you are using, and then attach a USBSabertooth for each motor driver you want to communicate with.
USBSabertoothSerial::USBSabertoothSerial | ( | Stream & | port = SabertoothTXPinSerial | ) |
Constructs a USBSabertoothSerial object.
port | The serial port the motor driver is on. By default, this is the Arduino TX pin. |
|
inline |
Gets the serial port being used.