Browse Source

Actualizar 'led.py'

master
dllamas 2 years ago
parent
commit
563a102236
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      led.py

+ 1
- 1
led.py View File

@ -49,5 +49,5 @@ 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")

Loading…
Cancel
Save