|
|
@ -65,7 +65,7 @@ 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("To make the LED blink please type: sudo ./led.py b") |
|
|
|
print("Script done") |
|
|
|
``` |
|
|
|
## Permisos del archivo |
|
|
@ -88,5 +88,5 @@ Para apagar el LED se utiliza el siguiente comando: |
|
|
|
Para hacer parpadear el LED se utiliza el siguiente comando: |
|
|
|
|
|
|
|
```sh |
|
|
|
./Nombre_del_archivo.py b |
|
|
|
sudo ./Nombre_del_archivo.py b |
|
|
|
``` |