2010-12-19 19:53:54 +00:00
|
|
|
# Put your custom commands here that should be executed once
|
|
|
|
# the system init finished. By default this file does nothing.
|
|
|
|
|
2011-04-27 19:08:01 +00:00
|
|
|
# set the globe led pin (=GPIO 5) direction to output
|
|
|
|
gpioctl dirout 5
|
|
|
|
# turn the globe led pin off (inverted logic)
|
|
|
|
gpioctl set 5
|
2010-12-19 19:53:54 +00:00
|
|
|
# set the wifi led pin (=GPIO 7) direction to output
|
|
|
|
gpioctl dirout 7
|
|
|
|
|
|
|
|
exit 0
|