Skip to content

Instantly share code, notes, and snippets.

#include <Wire.h>
#include <LiquidCrystal_I2C.h>
#include <DHT.h>
#include "RTClib.h"
#include <EEPROM.h>
#include <avr/pgmspace.h>
#include <avr/wdt.h>
#include <SPI.h>
#include <MFRC522.h>
#include <Servo.h>
#include <Wire.h>
#include <LiquidCrystal_I2C.h>
#include <DHT.h>
#include "RTClib.h"
#include <EEPROM.h>
#include <avr/pgmspace.h>
#include <avr/wdt.h> // Watchdog timer
// ================ CONFIGURACIÓN DE PINES ================
#define DHTPIN 2
@Guillecif
Guillecif / RICKY.ino
Last active August 16, 2025 17:26
codigo de ricky
#include <Wire.h>
#include <LiquidCrystal_I2C.h>
#include <DHT.h>
#include "RTClib.h"
#include <EEPROM.h>
#include <avr/pgmspace.h>
// ================ CONFIGURACIÓN DE PINES ================
#define DHTPIN 2
#define DHTTYPE DHT22