#include "kipr/export/export.h"
Go to the source code of this file.
Enumerations | |
enum | BaudRate { Baud57600 = 0 , Baud115200 = 1 } |
The baudrate to use with the create. More... | |
enum BaudRate |
The baudrate to use with the create.
The baudrate can be thought of as the refresh rate, or how many times per second the wombat/wallaby checks the create's sensors and sends commands (if any) to the create
Enumerator | |
---|---|
Baud57600 | Baudrate of 57600 times per second. |
Baud115200 | Baudrate of 115200 times per second. |