File:Arduino 1.0 IDE, Ubuntu 11.10.png

From Wikipedia, the free encyclopedia

Arduino_1.0_IDE,_Ubuntu_11.10.png(486 × 593 pixels, file size: 19 KB, MIME type: image/png)

Summary[edit]

File information
Description

Arduino 1.0, on Ubuntu Linux 11.10

Source

Screenshot
Previously published: arduino.cc]

/*
  Blink
  Turns on an LED on for one second, then off for one second, repeatedly.
  
  This example code is in the public domain.
 */

void setup() {
  // initialize digital pin as an output.
  pinMode(13, OUTPUT);
}

void loop() {
  digitalWrite(13, HIGH);   // set the LED on
  delay(1000);              // wait for a second
  digitalWrite(13, LOW);    // set the LED off
  delay(1000);              // wait for a second
}
Date

2012-05-06

Author

Lemio

Permission
(Reusing this file)

See below.


Licensing[edit]

I, the copyright holder of this work, hereby publish it under the following licenses:
You may select the license of your choice.

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current16:40, 6 April 2012Thumbnail for version as of 16:40, 6 April 2012486 × 593 (19 KB)Lemio (talk | contribs)Uploading a self-made file using File Upload Wizard
No pages on the English Wikipedia use this file (pages on other projects are not listed).

Metadata