Pharaphrase and rewrite the followingparagraph:
Arduino Arduino Uno is a microcontroller board b... pharaphraseand rewrite the following paragraph: Arduino Arduino Uno is amicrocontroller board based on the ATmega328P (datasheet). It has14 digital input/output pins (of which 6 can be used as PWMoutputs), 6 analog inputs, a 16 MHz quartz crystal, a USBconnection, a power jack, an ICSP header and a reset button. Itcontains everything needed to support the microcontroller; simplyconnect it to a computer with a USB cable or power it with aAC-to-DC adapter or battery to get started.[1] \"Uno\" means one inItalian and was chosen to mark the release of Arduino Software(IDE) 1.0. The Uno board and version 1.0 of Arduino Software (IDE)were the reference versions of Arduino, now evolved to newerreleases. The Uno board is the first in a series of USB Arduinoboards, and the reference model for the Arduino platform.[1] TheArduino Uno can be programmed with the (Arduino Software (IDE)).The ATmega328 on the Arduino Uno comes preprogrammed with abootloader that allows you to upload new code to it without the useof an external hardware programmer. It communicates using theoriginal STK500 protocol (reference, C header files).Differenceswith other boards The Uno differs from all preceding boards in thatit does not use the FTDI USB-to-serial driver chip. Instead, itfeatures the Atmega16U2 (Atmega8U2 up to version R2) programmed asa USB-to-serial converter.[1]Programming Power The Arduino Unoboard can be powered via the USB connection or with an externalpower supply. The power source is selected automatically. External(non-USB) power can come either from an AC-to-DC adapter(wall-wart) or battery. The adapter can be connected by plugging a2.1mm center-positive plug into the board's power jack. Leads froma battery can be inserted in the GND and Vin pin headers of thePOWER connector.[1] The board can operate on an external supplyfrom 6 to 20 volts. If supplied with less than 7V, however, the 5Vpin may supply less than five volts and the board may becomeunstable. If using more than 12V, the voltage regulator mayoverheat and damage the board. The recommended range is 7 to 12volts.[1] The power pins are as follows: Vin. The input voltage tothe Arduino/Genuino board when it's using an external power source(as opposed to 5 volts from the USB connection or other regulatedpower source). You can supply voltage through this pin, or, ifsupplying voltage via the power jack, access it through this pin.5V.This pin outputs a regulated 5V from the regulator on the board.The board can be supplied with power either from the DC power jack(7 - 12V), the USB connector (5V), or the VIN pin of the board(7-12V). Supplying voltage via the 5V or 3.3V pins bypasses theregulator, and can damage your board. 3V3. A 3.3 volt supplygenerated by the on-board regulator. Maximum current draw is 50 mA.GND. Ground pins. IOREF. This pin on the Arduino/Genuino boardprovides the voltage reference with which the microcontrolleroperates. A properly configured shield can read the IOREF pinvoltage and select the appropriate power source or enable voltagetranslators on the outputs to work with the 5V or 3.3V.[1]