0% found this document useful (0 votes)
8 views2 pages

Abhishek

Arduino is an open-source electronics platform that can read inputs from sensors or buttons and output actions to motors or LEDs. It has a simple programming environment and uses libraries to interface with components like sensors, displays, and wireless modules. The Arduino program structure divides code into setup and loop functions. Printed circuit board design involves using layout software to place components and route connections on a manufactured circuit board to physically implement electronic circuits.

Uploaded by

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

Abhishek

Arduino is an open-source electronics platform that can read inputs from sensors or buttons and output actions to motors or LEDs. It has a simple programming environment and uses libraries to interface with components like sensors, displays, and wireless modules. The Arduino program structure divides code into setup and loop functions. Printed circuit board design involves using layout software to place components and route connections on a manufactured circuit board to physically implement electronic circuits.

Uploaded by

Abhishek meena
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as ODT, PDF, TXT or read online on Scribd
You are on page 1/ 2

MICROMOUSE

1. Arduino is an open-source electronics platform based on easy-to-use hardware and software. Arduino
boards are able to read inputs - light on a sensor, a finger on a button, or a Twitter message - and turn it
into an output - activating a motor, turning on an LED, publishing something online.

2. Advantages of using Arduino:-


1. Inexpensive

2.Cross-platform

3.Simple, clear programming environment

4.Open source and extensible software

5.Open source and extensible hardware

3.The Arduino program structure is divided into two functions: the set-up function and the loop function.

Libraries in arduino:-

• EEPROM

• Ethernet library

• GSM library

• Liquid crystal library

• SD library

4.Defining Functions

• Return Types
• Example

• The setup() and draw() Functions

• Custom Functions
• Animation

• Summary
• Homework

5.
Printed circuit board (PCB) design brings your electronic circuits to life in the physical form. Using layout software, the PCB
design process combines component placement and routeing to define electrical connectivity on a manufactured circuit board.

6.

You might also like