Power Point Presentation On Gtu Internship 2023
Power Point Presentation On Gtu Internship 2023
Power Point Presentation On Gtu Internship 2023
PRESENTATION ON
GTU INTERNSHIP
2023
INTRODUCTION
switch Statement: Allows multiple possible execution paths based on the value of an
expression.
• Loops (for, while, do-while): Loops are used to execute a block of code repeatedly. C
supports three types of loops:
for Loop: Executes a block of code for a specified number of times.
while Loop: Repeats a block of code as long as a condition is true.
do-while Loop: Similar to the while loop, but the block of code is executed at least once,
even if the condition is false
•
•
•
•
•
•
•
•
•
•
ARDUINO PROGRAMMING
Ultrasonic
LDR
• Infrared (IR) sensor: This sensor detects the presence of infrared light. It
can be used to detect objects, measure distance, or control devices.
• Light-dependent resistor (LDR): This sensor measures the amount of light
shining on it. It can be used to detect objects, measure light levels, or
control devices.
• MQ-3 gas sensor: This sensor detects the presence of flammable gases,
such as LPG, alcohol, and methane. It can be used in security systems,
gas leak detectors, and other applications.
• LCD display: This display shows text or images. It can be used to provide
feedback to users, display data, or create interfaces for devices.
• Ultrasonic sensor: This sensor emits sound waves and measures the
time it takes for the waves to return. It can be used to detect objects,
measure distance, or create 3D maps.
• These are just a few of the many sensors that are available. The specific
sensor that you need will depend on the application you are using it for.
WE ALSO LEARNT ABOUT DIFFERENT ARDUINO
FUNCTIONS LIKE..
• pinMode () • analogWrite()
• digitalRead()
• digitalWrite()
• analogRead()
void setup()
• Comments