wiringPi question
Posted: Thu Mar 03, 2016 1:42 pm
I did test output of raspberryPi by using LED. So, I tried to add wiringPi libararies. But, I don't know what prefix is on the process to make CROSS GCC. So, I operated eclipse with Linux GCC and first, I added wiringPi.h. But, when I tried to add the liabrary, I could not find wiring.so. Instead, I did find libwiringPi.so. So, I added it. As the result, I succeeded compile but, even though I followed the instruction of a book, LEDs wasn't turned on. What is the problem?