Final Project_Interactive Mirror

Interactive Mirror -Materials: Wood Glass Servo Motor Stepper Arduino Wire Proto Board Code: int PULSADOR = 2; //BOTON int MOTOR=3; int estado=LOW; #include <Servo.h> //SERVO Servo name_servo; int servo_position = 0; #include <Stepper.h> //MOTOR 1 Stepper motor1(2048,8,10,9,11); //pasos completos Stepper motor2(2048,4,5,6,7); //pasos completos //MOTOR 2 void setup (){ motor1.setSpeed(3); // en RPM (valores de 1,2…