Skip to main content
Editing Step 8 —

Step Type:

Drag to rearrange

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

Your contributions are licensed under the open source Creative Commons license.