GPIO¶
NIGHTLY NYMEA COMMUNITY
Control GPIOs for Raspberry Pi or BeagleBone Black.
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¶
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 | — |
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 | — |
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 |
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 |
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 | — |
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 | — |
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 |
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 |