Kangaroo Library for Arduino
Use reliable Packet Serial to communicate with your Kangaroo.
|
Create a KangarooSerial for the serial port you are using, and then attach a KangarooChannel for each channel you want to communicate with. More...
Public Member Functions | |
KangarooSerial (Stream &port) | |
Stream & | port () |
Create a KangarooSerial for the serial port you are using, and then attach a KangarooChannel for each channel you want to communicate with.
KangarooSerial::KangarooSerial | ( | Stream & | port | ) |
Constructs a KangarooSerial object.
port | The serial port the motion controller is on. |
|
inline |
Gets the serial port being used.