From dd28c60fb23ac9cb10c5ad509a5ea62efb4ce681 Mon Sep 17 00:00:00 2001 From: noriflores Date: Tue, 24 Sep 2024 22:09:12 -0300 Subject: [PATCH 1/2] Update README.md --- 06-noriflores/clase-06/README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/06-noriflores/clase-06/README.md b/06-noriflores/clase-06/README.md index da4372a9..7fbb881a 100644 --- a/06-noriflores/clase-06/README.md +++ b/06-noriflores/clase-06/README.md @@ -1 +1,21 @@ # clase-06 + +## apuntes :) + +wifi no es igual a internet, uno puede conectarse a internet por la wifi + +revisar arduino cloud + +### protocolos + +1. http +2. udp +3. mqtt + +#### verbos del protocolo http +1. GET +2. POST +3. PUT +4. DELETE + + From a00a1b03e51a148c06ff798237e468f72bacb9ee Mon Sep 17 00:00:00 2001 From: noriflores Date: Sun, 29 Sep 2024 23:51:12 -0300 Subject: [PATCH 2/2] Update README.md --- 06-noriflores/clase-07/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/06-noriflores/clase-07/README.md b/06-noriflores/clase-07/README.md index 97e9e4ba..33d89f80 100644 --- a/06-noriflores/clase-07/README.md +++ b/06-noriflores/clase-07/README.md @@ -1 +1,8 @@ # clase-07 + +## tarea :) + links : + + https://roboticsbackend.com/arduino-control-led-brightness-with-a-potentiometer/#:~:text=Compute%20LED%20brightness%20with%20map%20(option%202),-Plain%20text&text=0%2C%20255)%3B-,int%20brightness%20%3D%20map(potentiometerValue%2C%200%2C%201023%2C%200,number%20into%20a%20different%20range. + +