Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
noriflores authored Sep 10, 2024
1 parent 3cbbf93 commit 80a279d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions 06-noriflores/clase-04/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ https://docs.arduino.cc/tutorials/uno-r4-wifi/r4-wifi-getting-started/
ademas de que use proyectos anteriores que hice el año pasado en tecnologias interactivas para acordarme de como usar el sensor y el led, deje el archivo subido tambien 🥣
Me ayudó mucho que la Paula haya subido el link del código de su trabajo, además del link que compartió Aaron sobre como instalar las librerías y los comentarios de Belén y Karen.

´´´cpp
```c++

#include "Arduino_LED_Matrix.h"
#include "globito.h"
Expand Down Expand Up @@ -176,7 +176,9 @@ void readDistance() {
long duration = pulseIn(pin_echo, HIGH);
distance = duration * 0.034 / 2; // Convertir a cm
}
´´´

```




Expand Down

0 comments on commit 80a279d

Please sign in to comment.