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.
8 years, 7 months ago.
LCP1768 used to read serial data and store in a circular buffer
Hi all,
i am trying to use the LCP1768 to read serial data from an LM35 temperature sensor , which i have done. at the moment i store the data in an array and do some statistics on this data afterwards, however i want to be able to store the data in an FIFO style circular buffer.
i have noticed there is a built in mbed class for the circular buffer, however im a bit confused as to how exactly i can use it for my application?
any input would be a great help
thanks
Jonny