Arduino Programming Course
Arduino Programming Course
Arduino
TAGETS OF THIS COURSE
Loser officer
Applications Educations, hobby ……
Industrial Applications
RESEACRHING ………..
What kinds of hardwares we need to study ?
• LCD 16x2
•Arduino board
•Ultrasonic module
•Relay module
•IR module
RF module.
Language Reference
https://www.arduino.cc/en/Reference/HomePage
C Flow Control 1. C if statement
2. C if … else statement
2. C switch….case statement
2. FOR LOOP
Flowchart of do… while loop
The do..while loop is similar to the while loop with one important difference. The body
ofdo...while loop is executed once, before checking the test expression. Hence,
thedo...while loop is executed at least once.
break Statement
continue Statement
C Programming goto Statement