0% found this document useful (0 votes)
6 views4 pages

Arduino Microcontroller Basics Guide

Arduino is a microcontroller board that can be programmed to sense and control objects in the physical world. The Arduino IDE has two main functions - void setup() which initializes GPIO pins and devices and runs once, and void loop() which contains statements that run repeatedly. The document provides contact information for Prof. Pankaj Taklikar of SBJITMR, Nagpur to learn more about programming Arduino boards.

Uploaded by

Pankaj Taklikar
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views4 pages

Arduino Microcontroller Basics Guide

Arduino is a microcontroller board that can be programmed to sense and control objects in the physical world. The Arduino IDE has two main functions - void setup() which initializes GPIO pins and devices and runs once, and void loop() which contains statements that run repeatedly. The document provides contact information for Prof. Pankaj Taklikar of SBJITMR, Nagpur to learn more about programming Arduino boards.

Uploaded by

Pankaj Taklikar
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd

ARDUINO – Microcontroller Board

By

Prof. Pankaj Taklikar


Assistant Professor
ETC Department
SBJITMR, Nagpur
A
r
d
u
i
n
o

B
o
a
r
d
A Arduino IDE has two major function

r void setup()
{
d
u }

i Used for initialize of GPIO pins and device


initialization command. It is executed only
n once.
o
void loop()
I {
D }
E
Used to write the statements that needs
to be executed multiple times.
Contact Details

Prof. Pankaj Taklikar


Assistant Professor
SBJITMR, Nagpur

Email id: pankajtaklikar@[Link]


Mobile No.: +91 7709963006

You might also like