Skip to content
Snippets Groups Projects
Verified Commit 9edc0bde authored by Alexander Wellbrock's avatar Alexander Wellbrock
Browse files

Add configuration example for gpiod

parent 37c9ab33
Branches
Tags
No related merge requests found
...@@ -13,7 +13,7 @@ GPIO Modules ...@@ -13,7 +13,7 @@ GPIO Modules
- PCF8575 IO chip (`pcf8575`) - PCF8575 IO chip (`pcf8575`)
- PiFaceDigital 2 IO board (`piface2`) - PiFaceDigital 2 IO board (`piface2`)
- Beaglebone GPIO (`beaglebone`) - Beaglebone GPIO (`beaglebone`)
- Linux Kernel 4.8+ GPIOd (`gpiod`) - Linux Kernel 4.8+ libgpiod (`gpiod`)
Sensors Sensors
------- -------
......
...@@ -23,6 +23,10 @@ gpio_modules: ...@@ -23,6 +23,10 @@ gpio_modules:
board: zero board: zero
mode: board mode: board
- name: gpiochip0
module: gpiod
chip: /dev/gpiochip0
sensor_modules: sensor_modules:
- name: lm75 - name: lm75
module: lm75 module: lm75
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment