

4timepi
-
Posts
15 -
Joined
-
Last visited
Reputation Activity
-
4timepi reacted to martinayotte in [Share] OrangePiZero OpenWrt Chaos Calmer 15.05.1
If it is like other OpenWrt, there should be accessible using sysfs, ie : /sys/class/gpio, doing such commands :
echo 20 > /sys/class/gpio/export echo out > /sys/class/gpio20/direction echo 1 > /sys/class/gpio20/value