Browse Source

Actualizar 'led.py'

master
dllamas 2 years ago
parent
commit
27f2767725
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      led.py

+ 4
- 1
led.py View File

@ -46,5 +46,8 @@ elif sys.argv[1]=="b":
else:
print("Wrong command!!!")
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")

Loading…
Cancel
Save