update tables & some fix

This commit is contained in:
2023-06-25 21:11:33 +03:00
parent 82469bbf98
commit 694a426dc6
11 changed files with 46 additions and 29 deletions

View File

@ -1,7 +1,7 @@
---
title: "Диаграмма выводов Ardunino Nano"
date: 2023-06-19T22:05:27+03:00
draft: true
title: "🔌 Диаграмма выводов Ardunino Nano"
date: 2023-06-25T20:53:27+03:00
draft: false
tags: [arduino, tips, hardware]
---
@ -20,7 +20,8 @@ tags: [arduino, tips, hardware]
## Цифровые пины
| Pin Name | Description | Secondary Function | Description |
{{< table "table table-sm table-striped table-hover" >}}
| Имя ПИНА | Описание | Вторичная функция | Описание |
|----------|----------------|--------------------|------------------------------|
| D0 | Digital Pin 0 | RX | Receive pin for Serial UART |
| D1 | Digital Pin 1 | TX | Transmit pin for Serial UART |
@ -36,10 +37,12 @@ tags: [arduino, tips, hardware]
| D11 | Digital Pin 11 | MOSI | SPI Master Out-Slave In |
| D12 | Digital Pin 12 | MISO | SPI Master In-Slave Out |
| D13 | Digital Pin 13 | SCK | SPI Clock |
{{</ table >}}
## Аналоговые пины
| Pin Name | Description | Secondary Function | Description |
{{< table "table table-sm table-striped table-hover" >}}
| Имя ПИНА | Описание | Вторичная функция | Описание |
|----------|--------------|--------------------|-------------|
| A0 | Analog Pin 0 | | |
| A1 | Analog Pin 1 | | |
@ -49,10 +52,12 @@ tags: [arduino, tips, hardware]
| A5 | Analog Pin 5 | SCLI2C | Clock |
| A6 | Analog Pin 6 | SCL | |
| A7 | Analog Pin 7 | SCL | |
{{</ table >}}
## Пины питания
| Pin Name | Description |
{{< table "table table-sm table-striped table-hover" >}}
| Имя пина | Описание |
|----------|----------------------------------------------------------------------------------------------------|
| 5V | 5V (Regulated) Source |
| 3.3V | 3.3V Source |
@ -61,3 +66,4 @@ tags: [arduino, tips, hardware]
| Vin | DC Jack Input Voltage |
| IOREF | I/O Reference Voltage. This pin is connected to 5V for the UNO |
| AREF | ADC Reference Voltage. Insert other voltage (0-5V only) to use as reference for analog conversions |
{{</ table >}}