|
knx
ETS configurable knx-stack
|
Go to the source code of this file.
Classes | |
| class | LinuxPlatform |
Functions | |
| int | gpio_direction (int pin, int dir) |
| int | gpio_read (int pin) |
| int | gpio_write (int pin, int value) |
| int | gpio_export (int pin) |
| int | gpio_unexport (int pin) |
| int gpio_direction | ( | int | pin, |
| int | dir | ||
| ) |
Definition at line 924 of file linux_platform.cpp.
| int gpio_export | ( | int | pin | ) |
Definition at line 851 of file linux_platform.cpp.
| int gpio_read | ( | int | pin | ) |
| int gpio_unexport | ( | int | pin | ) |
Definition at line 887 of file linux_platform.cpp.
| int gpio_write | ( | int | pin, |
| int | value | ||
| ) |