Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Apua
Kirjaudu sisään
heuzef
/
WiringPi
peilaus alkaen
https://github.com/WiringPi/WiringPi.git
Tarkkaile
1
Äänestä
0
Fork
0
Koodi
Ongelmat
0
Julkaisut
9
Wiki
Toiminta
Selaa lähdekoodia
Updated gpio program to fix some minor issues.
Added top-level build script for lazy building.
pull/22/head
Gordon Henderson
12 vuotta sitten
vanhempi
8fcaefd557
commit
c433519cf1
1 muutettua tiedostoa
jossa
28 lisäystä
ja
0 poistoa
Jaettu näkymä
Diff Options
Show Stats
Download Patch File
Download Diff File
+28
-0
build
+ 28
- 0
build
Näytä tiedosto
@@ -0,0 +1,28 @@
#!/bin/bash
if [ x$1 = "xclean" ]; then
echo Cleaning
echo
cd wiringPi
make clean
cd ../gpio
make clean
cd ../examples
make clean
cd ..
else
echo wiringPi Build script - please wait...
echo
cd wiringPi
make
sudo make install
cd ../gpio
make
sudo make install
cd ../examples
make
cd ..
fi
echo
echo All Done.
Kirjoita
Esikatselu
Ladataan…
Peruuta
Tallenna