Patrick Schurig 66aa71c990
All checks were successful
Build & Deploy docs / build-deploy (push) Successful in 3m3s
mise a jour
2026-06-06 09:51:43 +02:00

141 lines
4.9 KiB
Markdown

# GPIO
<span class="badge nightly">NIGHTLY</span> <span class="badge origin-nymea">NYMEA</span> <span class="badge community">COMMUNITY</span>
Control GPIOs for Raspberry Pi or BeagleBone Black.
<!-- BEGIN GENERATED: integrationplugingpio.json -->
**Fabricant :** Raspberry Pi, Beaglebone Black
**Plugin :** `GpioController`
#### Modèles pris en charge
| Modèle | Rôle | Transport | Ajout | Grandeurs |
| --- | --- | --- | --- | --- |
| **GPIO Output** | power | — | Découverte automatique | 1 |
| **GPIO Input** | — | — | Découverte automatique | 1 |
| **GPIO Button** | longpressbutton | — | Découverte automatique | 0 |
| **Counter** | — | — | Découverte automatique | 1 |
| **GPIO Output** | power | — | Découverte automatique | 1 |
| **GPIO Input** | — | — | Découverte automatique | 1 |
| **GPIO Button** | longpressbutton | — | Découverte automatique | 0 |
| **Counter** | — | — | Découverte automatique | 1 |
#### Détail par modèle
??? abstract "GPIO Output — `gpioOutputRpi`"
_Réglages :_
| Clé | Libellé | Type | Plage | Défaut | Lecture seule |
| --- | --- | --- | --- | --- | --- |
| `gpio` | GPIO | int | — | `-1` | non |
| `pin` | Pin number | int | — | `-1` | non |
| `activeLow` | Active low | bool | — | `False` | non |
| `description` | Description | QString | — | `-` | non |
_Grandeurs mesurées :_
| Clé | Grandeur | Type | Unité |
| --- | --- | --- | --- |
| `power` | Power | bool | — |
??? abstract "GPIO Input — `gpioInputRpi`"
_Réglages :_
| Clé | Libellé | Type | Plage | Défaut | Lecture seule |
| --- | --- | --- | --- | --- | --- |
| `gpio` | GPIO | int | — | `-1` | non |
| `pin` | Pin number | int | — | `-1` | non |
| `activeLow` | Active low | bool | — | `False` | non |
| `description` | Description | QString | — | `-` | non |
_Grandeurs mesurées :_
| Clé | Grandeur | Type | Unité |
| --- | --- | --- | --- |
| `power` | Powered | bool | — |
??? abstract "GPIO Button — `gpioButtonRpi`"
_Réglages :_
| Clé | Libellé | Type | Plage | Défaut | Lecture seule |
| --- | --- | --- | --- | --- | --- |
| `gpio` | GPIO | int | — | `-1` | non |
| `pin` | Pin number | int | — | `-1` | non |
| `activeLow` | Active low | bool | — | `False` | non |
| `description` | Description | QString | — | `-` | non |
??? abstract "Counter — `counterRpi`"
_Réglages :_
| Clé | Libellé | Type | Plage | Défaut | Lecture seule |
| --- | --- | --- | --- | --- | --- |
| `gpio` | GPIO | int | — | `-1` | non |
| `pin` | Pin number | int | — | `-1` | non |
| `activeLow` | Active low | bool | — | `False` | non |
| `description` | Description | QString | — | `-` | non |
_Grandeurs mesurées :_
| Clé | Grandeur | Type | Unité |
| --- | --- | --- | --- |
| `counter` | Counter | int | Hertz |
??? abstract "GPIO Output — `gpioOutputBbb`"
_Réglages :_
| Clé | Libellé | Type | Plage | Défaut | Lecture seule |
| --- | --- | --- | --- | --- | --- |
| `gpio` | GPIO | int | — | `-1` | non |
| `pin` | Pin number | int | — | `-1` | non |
| `activeLow` | Active low | bool | — | `False` | non |
| `description` | Description | QString | — | `-` | non |
_Grandeurs mesurées :_
| Clé | Grandeur | Type | Unité |
| --- | --- | --- | --- |
| `power` | Power | bool | — |
??? abstract "GPIO Input — `gpioInputBbb`"
_Réglages :_
| Clé | Libellé | Type | Plage | Défaut | Lecture seule |
| --- | --- | --- | --- | --- | --- |
| `gpio` | GPIO | int | — | `-1` | non |
| `pin` | Pin number | int | — | `-1` | non |
| `activeLow` | Active low | bool | — | `False` | non |
| `description` | Description | QString | — | `-` | non |
_Grandeurs mesurées :_
| Clé | Grandeur | Type | Unité |
| --- | --- | --- | --- |
| `power` | Power | bool | — |
??? abstract "GPIO Button — `gpioButtonBbb`"
_Réglages :_
| Clé | Libellé | Type | Plage | Défaut | Lecture seule |
| --- | --- | --- | --- | --- | --- |
| `gpio` | GPIO | int | — | `-1` | non |
| `pin` | Pin number | int | — | `-1` | non |
| `activeLow` | Active low | bool | — | `False` | non |
| `description` | Description | QString | — | `-` | non |
??? abstract "Counter — `counterBbb`"
_Réglages :_
| Clé | Libellé | Type | Plage | Défaut | Lecture seule |
| --- | --- | --- | --- | --- | --- |
| `gpio` | GPIO | int | — | `-1` | non |
| `pin` | Pin number | int | — | `-1` | non |
| `activeLow` | Active low | bool | — | `False` | non |
| `description` | Description | QString | — | `-` | non |
_Grandeurs mesurées :_
| Clé | Grandeur | Type | Unité |
| --- | --- | --- | --- |
| `counter` | Counter | int | Hertz |
<!-- END GENERATED -->