You are on page 1of 9

PRESENTATION ARDUINO

MATEUS RODRIGUES

HISTORY
ARDUINO
IDE
EXAMPLE

BOARD

HISTORY

Interaction Ivrea (Ivrea, Italy) 2005

Massimo Banzi

Teach students

THE

ARDUINO BOARD

Atmel AVR

I/O pins

THE

Wiring

IDE

EXAMPLE
void setup() {
pinMode(13, OUTPUT);
}
void loop() {
digitalWrite(13, HIGH);
delay(1000);
digitalWrite(13, LOW);
delay(1000);
}

Source: https://www.arduino.cc/en/tutorial/blink

CONCLUSION

Cheap and Easy

Numerous applications

2013 : 700000 official boards

THANK YOU

You might also like