HankB / GPIOD_Debian_Raspberry_Pi

Explore GPIOD on Raspberry Pi running Debian Linux
MIT License
0 stars 1 forks source link

Documentation links in table in main README are all 404 #1

Open HankB opened 4 months ago

HankB commented 4 months ago

And I don't know where they've gone.

I should also specify that this is for V2 of libgpiod since there is a V1 extant.

And also test all on Debian and RpiOS to see if it still works.

And describe the test setup. And not use GPIO #7 which us now used for shutdown.

These should really be split out into distinct issues, but not tonight.

Also list requirements for building the tests.

HankB commented 4 months ago

Apparently the version available is still V1

hbarta@higgs:~$ gpiodetect --version
gpiodetect (libgpiod) v1.6.3
Copyright (C) 2017-2018 Bartosz Golaszewski
License: LGPLv2.1
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
hbarta@higgs:~$ 

At present (2024-06-24) V2 is only available in experimental. https://packages.debian.org/search?keywords=libgpiod?

HankB commented 4 months ago

Documentation can be installed:

apt install libgpiod-doc

And referenced at file:///usr/share/doc/libgpiod-dev/html/index.html