Arduino codes for various projects In all codes, there will be a text that explains the code's function.
- Basic_LED_Arduino : // The function of this code, is show how the LED is ON for one second and OFF for one second. // El funcionamiento de este código es mostrar el funcionamiento de un LED encendido por un segundo y apagado por un segundo.
- TrafficLight-Semaforo_Arduino : // The function of this code, is demostrate a traffic light in F1. // El funcionamiento de este código es mostrar un ejemplo de un semáforo en F1.
- Counter_Contador-Arduino : //This code show how a 7-Segment Display works in Arduino. The display shows the numbers 0 to 9. //Este código demuestra como funciona el display 7 segmentos, mostrando los números del 0 al 9.
- PIR_Servo : //This code works when the PIR sensor detects motion; the servo motor will move to a 90-degree angle. //Este código funciona cuando el sensor PIR detecta un movimiento, el servomotor se moverá a un ángulo de 90 grados.
- Pot_LED: //Basic code for use a potentiometer to control the brightness of an LED. //Código básica para controlar brillo de un LED con un potenciometro.