Intoduction to Arduino Board

By
Advertisement
An Arduino is a open source platform. Arduino relies on 8-bit AVR family micro controller and 32-bit ARM processor that follows the standard schematics and flashed with arduino boot-loader. Arduino is open source as a result of standard schematics is open for everybody and everybody will create their own board by following the arduino standard schematics.
Intoduction to Arduino Board
An Arduino board supports each digital and analog output. Arduino board are often programmed by using the Arduino IDE.
An Arduino board will communicate with different peripheral using standard communication technique like USART, I2C and USB etc.
Some Arduino square measure 
  • Arduino Uno 
  • Arduino mega
  • Arduino Pro
  • Arduino Leonardo       
How to Install An Arduino Library For Proteus

Arduino IDE is written in JAVA that comes with a software library that refer to as wiring. Arduino program are often written in C or C++. In arduino user ought  to define only two function to make a runnable executive program:

  • setup(): its initialize setting within the program and runs once at the beginning of the program.
  • loop(): its runs repeatedly till the board power is turn off.
To Download the Arduino software visit the subsequent link

DOWNLOAD:

Arduino setup




1 comment: