Browse Source

Actualizar 'README.md'

master
dllamas 2 years ago
parent
commit
e010e4d7fd
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      README.md

+ 5
- 0
README.md View File

@ -39,6 +39,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