Arduino UNO R3
Arduino Uno is a microcontroller board based
on ATmega328P . It has 14 digital input/output
pins 6 Analog pins a 16 MHz quartz crystal oscillator with USB connection ,a power jack ,
an ICSP(In-Circuit Serial programming) header and a reset button actually it has two reset buttons . Also Arduino uno has RX-0,TX-1
that is receiving and transmitting pins on board.
Arduino uno contains
- AREF pin which means Analogue-Reference
- IOREF pin this pin is provides a voltage reference at which the microcontrller works
- 3-ground pins
- 3-Vcc pins
Also in my current project which is 2D-printer we have used Arduino Uno which sense the Data and accordingly move the X-Y plane in the printer.
Comments