9 years, 10 months ago.

Arrray?

Can I use this queue library with an array?

is this code valid?

Queue From_UART_Queue(20,5);

uint8_t From_UART_msg_buff[20];

From_UART_Queue.PutGet(&From_UART_msg_buff);

From_UART_Queue.PutGet(&From_UART_msg_buff);

Question relating to:

Queue Handler

1 Answer

9 years, 10 months ago.

Hello Andrea Campanella,

it should work, even though I don't see any method there named PutGet() as you shown.

Regards,
0xc0170

Accepted Answer

ops, yeah, just a copy/paste bug XD

posted by Andrea Campanella 04 Jul 2014