Hi.
Instructions at the bottom of this page -> Wiki called Non-Root GPIO does not work.
For example, I try to run my C app using regular user and get this:
$this->bbcode_second_pass_code('', 'wiringPiSetup: Unable to open /dev/mem or /dev/gpiomem: Permission denied.
Aborting your program because if it can not access the GPIO
hardware then it most certianly won't work
Try running with sudo?')
But if I try as root user - everything works as expected.
Yes, I did add myself to tty group as per instructions, but still does not work. What else I could try?