Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
10 years, 4 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);