BPI-M3 WiringPi
Last updated
Was this helpful?
Last updated
Was this helpful?
install BPI-M3 WiringPi:
1,Download WiringPi from github For BPI-M3
git clone https://github.com/BPI-SINOVOIP/BPI-WiringPi.git -b BPI_M3
2,Installation:
cd BPI-WiringPi
chmod +x ./build
sudo ./build
3,test wiringPi is install success
gpio -v
gpio readall
4,create new : blink.c
compile and run it:
gcc -Wall -o blink blink.c -lwiringPi
runing it:
sudo ./blink
BPI have many extend board support WiringPi. so you can free DIY by youself:
more about BPI extend board,please see:
link to forum:
youtube vodeo for how to: