Browse Source

Actualizar 'Readme.md'

master
dllamas 2 years ago
parent
commit
845222437e
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      Readme.md

+ 3
- 1
Readme.md View File

@ -63,7 +63,9 @@ elif sys.argv[1]=="b":
else:
print("Wrong command!!!")
print("To turn on the LED please type: ./led.py on")
print("To turn off the LED please type: ./led.py off")
print("To make the LED blink please type: ./led.py b")
print("Script done")
```
Después de esto se guarda el archivo y se le dan permisos de ejecución con el comando:


Loading…
Cancel
Save