Porovnávané verzie

Kľúč

  • Tento riadok sa pridal
  • Riadok je odstránený.
  • Formátovanie sa zmenilo.

...

Following image copied from http://pinout.xyz shows the BCM pin numbering on the GPIO connector:

Obrázok prevzatý z http://pinout.xyz zobrazuje BCM číslovanie pinov na GPIO konektore


Adresa
Address
PopisTyp boduPríklady
DescriptionI/O tag typeExamples

DI,id
DI_UP,id
DI_DOWN,id

The GPIO pin

bude nakonfigurovaný ako digitálny vstup. Ak bude naň privedené napätie

will be configured as a digital input.If the voltage of 3.3V

, hodnota vstupu bude 1. Ak bude naň privedené napätie 0V (zem), hodnota vstupu bude 0.
Varianty DI_UP a DI_DOWN konfigurujú vnútorné

is applied to it, the value of input will be 1. If 0V (ground) voltage is applied to it, the value of input will be 0.
Variants DI_UP and DI_DOWN configure the internal pull-up resp. pull-down

rezistory, takže na vstup je cez rezistor pripojené napätie

resistors, so the voltage 3.3V (DI_UP)

alebo zem

or ground (DI_DOWN)

, takže aj bez pripojenia externého napätia je vstup v definovanom stave. Varianta DI konfiguruje pin tak, že

is connected to the input via the resistor, so even without external voltage applied the input is in a defined state.The DI variant configures the pin so that the pull-up/pull-down

odpory sú odpojené

resistors are disconnected.

Di, Ci, AiDI,25
DI_UP,24

DO,id

The GPIO pin

bude nakonfigurovaný ako digitálny výstup. Ak bude doň zapísaná hodnota 1, na výstupe bude napätie

will be configured as a digital output.If a value of 1 is written to it, the output will be 3.3V.

Ak bude doň zapísaná hodnota 0, na výstupe bude napätie 0V (zem

If 0 is written, output voltage will be 0V (ground).

Dout, Co, Ao

DO,24

PWM,id

The GPIO pin

bude nakonfigurovaný ako

will be configured as PWM (pulse width modulation)

výstup. Následne je doň možné zapisovať hodnoty 0-255 riadiace šírku impulzu od úplne vypnutého až po úplne zapnutý

output. It is then possible to write values 0-255 controlling the width of pulse from fully off to fully on.

Dout, Co, AoPWM,12
REVISON
Hodnota revízie hardvéru (číslo z riadku

The revision of the hardware (the number from the "Revision"

zo súboru

line from the /proc/cpuinfo

. Napr. pre RPI 3 je v tomto súbore riadok

file. For example, for RPI 3 in this file is the row "Revision        : a02082"

a hodnota revízie (po prevode z hexadecimálneho tvaru) je 10494082

and the revision value is 10494082 (after conversion from hexadecimal system).

CiREVISON



I/O tag addresses for NPE-X500

...