mirror of https://github.com/nymea/nymea-gpio
|
|
||
|---|---|---|
| debian-qt5 | ||
| debian-qt6 | ||
| docs | ||
| libnymea-gpio | ||
| nymea-gpio-tool | ||
| tools | ||
| .clang-format | ||
| .gitignore | ||
| COPYING | ||
| COPYING.LESSER | ||
| LICENSE.GPL3 | ||
| LICENSE.LGPL3 | ||
| README.md | ||
| debian | ||
| nymea-gpio.pri | ||
| nymea-gpio.pro | ||
README.md
nymea-gpio
This repository contains libnymea-gpio, a reusable Qt/C++ helper library that allows nymea and other applications to configure and interact with general purpose I/O pins on supported platforms, and nymea-gpio-tool, a small CLI utility that exposes the same functionality for scripting and diagnostics.
Both components are developed together to keep their pin-handling logic and configuration formats in sync, so the command line tool doubles as a reference implementation for the library.
License
libnymea-gpiois licensed under the terms of the GNU Lesser General Public License v3.0 or (at your option) any later version. SeeLICENSE.LGPL3for the full text.nymea-gpio-toolis licensed under the terms of the GNU General Public License v3.0 or (at your option) any later version. SeeLICENSE.GPL3for the full text.