From 845222437e56cce3c6c436de52f0079815ddd3bd Mon Sep 17 00:00:00 2001 From: dllamas Date: Tue, 31 May 2022 01:51:51 +0000 Subject: [PATCH] Actualizar 'Readme.md' --- Readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index c60b6df..332666e 100644 --- a/Readme.md +++ b/Readme.md @@ -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: