ComputerScienceExpert

(11)

$18/per page/

About ComputerScienceExpert

Levels Tought:
Elementary,Middle School,High School,College,University,PHD

Expertise:
Applied Sciences,Calculus See all
Applied Sciences,Calculus,Chemistry,Computer Science,Environmental science,Information Systems,Science Hide all
Teaching Since: Apr 2017
Last Sign in: 10 Weeks Ago, 5 Days Ago
Questions Answered: 4870
Tutorials Posted: 4863

Education

  • MBA IT, Mater in Science and Technology
    Devry
    Jul-1996 - Jul-2000

Experience

  • Professor
    Devry University
    Mar-2010 - Oct-2016

Category > Programming Posted 19 May 2017 My Price 8.00

Write an Arduino program using the WHILE function

Write an Arduino program using the WHILE function with a variable k, using the comparison < , and incrementing by one, eg:

while ( k < ___ )
:

k++ ;

for an LED connected to pin 10 to blink 6 times with a delay of 1.25 sec, then stays off. 

Include your name, date, and description of program at the top under comments. 




2. Write an Arduino program using the WHILE function with a variable m, using the comparison <= , and 
incrementing by one, eg:

while ( m <= ___ )
:

m++ ;

for an LED connected to pin 3 to blink 7 times with a delay of 750 millisec, then stays off. 

Include your name, date, and description of program at the top under comments. 



 

 

Answers

(11)
Status NEW Posted 19 May 2017 03:05 AM My Price 8.00

-----------

Not Rated(0)