Contents of data stream are pushed and popped to demonstrate usage of CircularBuffer API's.

Fork of mbed-os-example-circular-buffer by Deepika Bhavnani

CircularBuffer example

This application demonstrates the CircularBuffer API. For more information about this API, please see the documentation.

Committer:
deepikabhavnani
Date:
Mon Oct 23 15:49:13 2017 +0000
Revision:
0:6c43979d0645
Inital copy of circular buffer example

Who changed what in which revision?

UserRevisionLine numberNew contents of line
deepikabhavnani 0:6c43979d0645 1 ### Getting started with the CircularBuffer API ###
deepikabhavnani 0:6c43979d0645 2
deepikabhavnani 0:6c43979d0645 3 CircularBuffer Example
deepikabhavnani 0:6c43979d0645 4 This application demonstrates usage of CircularBuffer API's. Contents of data
deepikabhavnani 0:6c43979d0645 5 stream are pushed till buffer is full, and popped back till buffer is empty.