#include <Wire.h> // Comunicación I2C #include <SPI.h> // Comunicación SPI #include <Servo.h> // Control de servomotores #include <Stepper.h> // Control de motores paso a paso #include <LiquidCrystal.h> // Control de pantallas LCD #include <WiFi.h> // Conexión WiFi #include <Ethernet.h> // Conexión Ethernet #include <SoftwareSerial.h> // Comunicación serie por software #include <SD.h> // Lectura y escritura en tarjetas SD