Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| arduino_uno [2022-12-18 02:44] – asdf | arduino_uno [2023-02-25 19:14] (current) – asdf | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Arduino Uno ====== | ====== Arduino Uno ====== | ||
| - | A microcontroller based around the ATmega328P chip. The processor is clocked at 16MHz and features | + | A microcontroller based around the ATmega328P chip. The processor is clocked at 16 MHz and features |
| {{ :: | {{ :: | ||
| - | With a 10-bit ADC over an operating range of 0--5V, the analog input pins have a resolution of 4.9mV. Digital I/O pins can supply a maximum of 20mA. | + | With a 10-bit ADC over an operating range of 0--5 V, the analog input pins have a resolution of 4.9 mV. Digital I/O pins can supply a maximum of 20 mA. |
| It appears from the documentation that the serial pins (0 and 1) are internally connected to the USB interface [(docs_serial)]. In order to use both USB and another serial device, the '' | It appears from the documentation that the serial pins (0 and 1) are internally connected to the USB interface [(docs_serial)]. In order to use both USB and another serial device, the '' | ||
| Line 16: | Line 16: | ||
| [(docs_wire> | [(docs_wire> | ||
| + | {{tag> | ||