You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
export Export a GPIO pin in the /sys/class/gpio directory. Use like the mode com‐
mand above however only in and out are supported at this time. Note that
the pin number is the BCM_GPIO number and not the wiringPi number.
Drogon writes on his site
This would imply that omitting -g would using wiringPi numbers. Yet, when I do
then
ls /sys/class/gpio
shows that
exists but not
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??
The text was updated successfully, but these errors were encountered: