-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
Drogon writes on his site
gpio -g …
The optional -g flag causes pin numbers to be interpreted as native BCM-GPIO pin numbers rather than wiringPi pin numbers.
This would imply that omitting -g would using wiringPi numbers. Yet, when I do
gpio export 5 out
then
ls /sys/class/gpio
shows that
/sys/class/gpio/gpio5
exists but not
/sys/class/gpio/gpio24
which would be the correct BCM number according to https://projects.drogon.net/raspberry-pi/wiringpi/pins/.
I'm probably missing something obvious here- but what??
Metadata
Metadata
Assignees
Labels
No labels