Browse Source

Actualizar 'Readme.md'

master
dllamas 2 years ago
parent
commit
02e94fe359
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      Readme.md

+ 2
- 2
Readme.md View File

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

Loading…
Cancel
Save