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.
9 years, 9 months ago. This question has been closed. Reason: Off Topic
How do I get data from the ringbuffer?
int setData, getData ; RingBuffer Buffer1(10);
put data in the ringbuffer: Buffer.put(setData); put data in ringbuffer
trying to get data from ringbuffer? getData = Buffer.get(); compiler throws error Buffer.get(getData); error too...
How do I get data out of the ringbuffer?
Any help thanks