Hy guys,
i'm new with raspberry and archlinux programming. I've followed some tutorials and now i'm trying to turn on/off two LEDs on a breadboard. Following the guide from projects.drogon.net i installed wiringpi with pacman and from shell with command :
gpio mode 0 out
gpio write 0 1
gpio write 0 0
the led turns on but now it doesn't more go off. i used gpio reset but it didn't work. with the command gpio readall result that all pins are Low but the led is on.
i don't know what to do.. Any idea ?
THank You.