1
2
3
4
5
6
7
8
9
Introduction
Details
Guide Steps
Review
Quiz
Serial.print ("newvalue ultrasonic: "); Serial.println (newvalue);} //this makes each new value recorded pop up on the screen with the phrase in quotations before it (makes the data organized)
Serial.print ("average ultrasonic: "); Serial.println (oldvalue); //this prints the old value (which we made equal to the average in the last slide) with the phrase in quotations before it for organization
« Previous
Next »
Your contributions are licensed under the open source Creative Commons license.
Next line
Previous line
Insert a new line below
Insert a new line above
Indent current line
Unindent current line
Delete current line
Navigate to next step.
Navigate to previous step.