Browse Source

Actualizar 'blink_LED3.sh'

master
dllamas 2 years ago
parent
commit
e149a58d2f
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      blink_LED3.sh

+ 6
- 0
blink_LED3.sh View File

@ -19,5 +19,11 @@ echo "The LED3 user is starting"
sleep 0.5
echo "0" >> "$LED3_PATH/brightness"
sleep 0.5
else
echo "invalid parameter."
echo "To turn on the LED type: ./blink_LED3.sh on"
echo "To turn off the LED type: ./blink_LED3.sh off"
echo "To make the LED blink type: ./blink_LED3.sh blink"
fi
echo "Done"

Loading…
Cancel
Save