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

Revision:
0:6c43979d0645
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/README.md	Mon Oct 23 15:49:13 2017 +0000
@@ -0,0 +1,5 @@
+### Getting started with the CircularBuffer API ###
+ 
+CircularBuffer Example
+This application demonstrates usage of CircularBuffer API's. Contents of data 
+stream are pushed till buffer is full, and popped back till buffer is empty.