#include <stdint.h>
Go to the source code of this file.
Defines | |
#define | msgOK 0 |
Return code for OK. | |
#define | msgErr 1 |
Return code for Error. | |
#define | CMD_ECHO 0 |
Command to echo the sent data. | |
#define | CMD_GET 1 |
Command to fetch values. | |
#define | CMD_SET 2 |
Command to send values. |
Also contains the main doxygen-documentation.
Definition in file usbservo.h.
#define CMD_ECHO 0 |
Command to echo the sent data.
Definition at line 213 of file usbservo.h.
Referenced by dev_test(), and usbFunctionSetup().
#define CMD_GET 1 |
Command to fetch values.
Definition at line 214 of file usbservo.h.
Referenced by dev_status(), and usbFunctionSetup().
#define CMD_SET 2 |
Command to send values.
Definition at line 215 of file usbservo.h.
Referenced by dev_set(), update(), and usbFunctionSetup().
#define msgErr 1 |
#define msgOK 0 |