Deze website werkt beter met JavaScript.
Beginscherm
Help
Inloggen
heuzef
/
WiringPi
kopie van
https://github.com/WiringPi/WiringPi.git
Volgen
1
Ster
0
Vork
0
Code
Kwesties
0
Publicaties
9
Wiki
Activiteit
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
187
Commits
10
Branches
15 MiB
C
92.9%
Makefile
3.1%
Shell
2.1%
Roff
1.2%
TeX
0.7%
Tree:
66f6c0d71e
bugfix
cmake
deb-packaging
develop
docu
example
master
pcie
ubuntu
unittest
3.10
3.8
3.6
3.4
3.2
3.1
3.0
2.61-1
final_official_2.50
Branches
Labels
${ item.name }
Maak branch
${ searchTerm }
van '66f6c0d71e'
${ noResults }
WiringPi
/
debian-template
/
wiringPi
/
DEBIAN
/
postinst
6 regels
98 B
Ruw
Blame
Geschiedenis
#!/bin/sh
set -e
/bin/chown root.root /usr/bin/gpio
/bin/chmod 4755 /usr/bin/gpio
/sbin/ldconfig