|
|
@ -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: |
|
|
|