Question: Modify this code above to repeat 5 times. void setup() {Serial.begin (9600); Serial.println(Tone sending...);//tone (pin, frequency, duration); tone (11, 2000 1500);//play a note for 1500ms

 Modify this code above to repeat 5 times. void setup() {Serial.begin

Modify this code above to repeat 5 times.

void setup() {Serial.begin (9600); Serial.println("Tone sending...");//tone (pin, frequency, duration); tone (11, 2000 1500);//play a note for 1500ms delay (1500); Serial.println (''Tone done");} void loop () {//only excutes once in setup, so the loop is empty}

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!