44 #define TEST_MOTOR_NUM_MOTOR_OUTPUTS 8 45 #define TEST_MOTOR_ACTION_STOP 0 46 #define TEST_MOTOR_ACTION_RUN 1 47 #define TEST_MOTOR_ORB_QUEUE_LENGTH 4 67 static constexpr uint8_t NUM_MOTOR_OUTPUTS = 8;
68 static constexpr uint8_t ACTION_STOP = 0;
69 static constexpr uint8_t ACTION_RUN = 1;
70 static constexpr uint8_t ORB_QUEUE_LENGTH = 4;
API for the uORB lightweight object broker.