~upd~: Arduino Uno Programacion Ejemplos

const int motorPin1 = 9; const int motorPin2 = 10; void setup() { pinMode(motorPin1, OUTPUT); pinMode(motorPin2, OUTPUT); } void loop() { digitalWrite(motorPin1, HIGH); digitalWrite(motorPin2, LOW); delay(1000); digitalWrite(motorPin1, LOW); digitalWrite(motorPin2, HIGH); delay(1000); }

The Arduino Uno is a microcontroller board based on the ATmega328P microcontroller. It’s a small, programmable device that can read sensors, control actuators, and communicate with other devices. The Arduino Uno is widely used in robotics, automation, and IoT projects, and is a great platform for learning programming and electronics. arduino uno programacion ejemplos

#include <Servo.h> const int servoPin = 9; Servo servo; void setup() { servo.attach(servoPin); } void loop() { for (int i = 0; i <= 180; i++) { servo.write(i); delay(15); } for (int i = 180; i >= 0; i--) { servo.write(i); delay(15); } } This program reads the temperature from a TMP36 temperature sensor connected to analog pin A0 and prints it to the serial monitor. const int motorPin1 = 9; const int motorPin2

Enter your email for getting notifications about new posts
Loading

airports approaches ATC ATPL BE76 C150/C152 C172 Canada check checkride complex CPL cross-country EASA endorsement Europe exam FAA FAA/EASA FI flight time Icaro IFR IR Italy landings logbook malfunction maneuvers ME medical mood navigation night paperwork plans PPL rating study resources tailwheel TCCA theory thoughts USA weather

Milestones

04/09/2017: My First Flight
04/25/2017: EASA PPL written exam (6 exams passed)
05/21/2017: Radio Operator Certificate (Europe VFR)
05/22/2017: EASA PPL written exam (all passed)
05/26/2017: The First Solo!
05/28/2017: Solo cross-country >270 km
05/31/2017: EASA PPL check-ride
07/22/2017: EASA IFR English
08/03/2017: 100 hours TT
12/04/2017: The first IFR flight
12/28/2017: FAA IR written
02/16/2018: FAA IR check-ride
05/28/2018: FAA Tailwheel endorsement
06/04/2018: FAA CPL long cross-country
06/07/2018: FAA CPL written
07/16/2018: FAA CPL check-ride
07/28/2018: FAA CPL ME rating
08/03/2018: FAA HP endorsement
06/03/2019: EASA ATPL theory (6/14)
07/03/2019: EASA ATPL theory (11/14)
07/15/2019: FAA IR IPC
07/18/2019: FAA CPL SES rating
08/07/2019: EASA ATPL theory (done)
10/10/2019: EASA NVFR
10/13/2019: EASA IR/PBN SE
11/19/2019: Solo XC > 540 km
12/06/2019: EASA CPL
12/10/2019: EASA AMEL
02/20/2020: Cessna 210 endorsement
08/30/2021: FAVT validation
05/27/2022: TCCA CPL/IR written
05/31/2022: Radio Operator Certificate Canada