Skip to content

Instantly share code, notes, and snippets.

Created May 1, 2014 20:47
Show Gist options
  • Save anonymous/be0e78eaab82e44942f9 to your computer and use it in GitHub Desktop.
Save anonymous/be0e78eaab82e44942f9 to your computer and use it in GitHub Desktop.
duration = echoStopTime - echoStartTime;
int i;
int average;
for(i = 0; i<10; i+=1)
{
store[i] = duration;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment