Skip to content

Instantly share code, notes, and snippets.

View brunoxd13's full-sized avatar
👨‍💻
Coding

Bruno Russi Lautenschlager brunoxd13

👨‍💻
Coding
View GitHub Profile
### Keybase proof
I hereby claim:
* I am brunoxd13 on github.
* I am bruno_russi (https://keybase.io/bruno_russi) on keybase.
* I have a public key ASBRIrN6U0YgNO98KvUHW1JjpO5kxKDEsqgy6_s7kqK4Cwo
To claim this, I am signing this object:
#include <SimpleDHT.h>
#include <LiquidCrystal.h> // Inclui biblioteca "LiquidCristal.h"
int pinDHT22 = 13;
int porta_rele1 = 12;
// Auxiliares teclado
byte lastKey = 0;
const int TEMPO_PRESS = 400; // Ira disparar a tecla a cada 300 milissegundos pressionada continuamente
unsigned long iniPress;