9 #include "RtosInclude.hpp"
10 #include "UsbInclude.hpp"
11 #include "LibPktHandler.hpp"
18 CMD_GET_LEDS = 0x0010,
19 CMD_SET_LEDS = 0x0011,
20 CMD_GET_ACC_XYZ =0x0012,
24 LibPktHandler mPktHandler;
25 UsbRxStream mUsbRxStream;
26 UsbTxStream mUsbTxStream;
29 Comm(
int priority,
size_t stackSize, uint8_t outEp, uint8_t inEp);