Skip to content

Commit

Permalink
Corrigindo nomenclatura de portas
Browse files Browse the repository at this point in the history
  • Loading branch information
HenriqueAzo committed Sep 17, 2021
1 parent 6d6857b commit 977f247
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Módulo 2/Sensores/6. Sensor de Infravermelho/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ O pino OUT do sensor infravermelho deve ser conectado a alguma porta digital do
Use o código que está em [code](code/code.ino) ou copie o código abaixo:

```C++
#define led 12
#define infravermelho 5
#define led 12 //D6
#define infravermelho 5 //D1

void setup(){
Serial.begin(115200);
Expand Down

0 comments on commit 977f247

Please sign in to comment.