Roomba App
1.0
|
#include <QObject>
Go to the source code of this file.
Classes | |
class | Parser |
The Parser class. More... | |
Macros | |
#define | L_JOY_LIMIT_X 1830 |
#define | H_JOY_LIMIT_X 2050 |
#define | L_JOY_LIMIT_Y 1940 |
#define | H_JOY_LIMIT_Y 2160 |
#define | CRC_INIT 0xffff |
#define | CRC_POLYNOMIAL 0x1021 |
Typedefs | |
typedef unsigned char | byte |
typedef unsigned short int | word |