Skip to content

add platform utils examples #97

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 12, 2020

Conversation

maciejbocianski
Copy link
Contributor

@maciejbocianski maciejbocianski commented Mar 9, 2020

@jamesbeyond
Copy link
Contributor

same with this one, could you rebase ?

@@ -0,0 +1,3 @@
# CircularBuffer example

This example shows how to use the CircularBuffer APIs. Contents of data stream are pushed until the buffer is full and popped back until the buffer is empty.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What does it mean for contents to be popped back? Is there another word we should use?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It means to remove last element.
Like here https://en.cppreference.com/w/cpp/container/list/pop_back

@jamesbeyond jamesbeyond merged commit d59cbd8 into ARMmbed:master Mar 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants