File:Arduino 1.0 IDE, Ubuntu 11.10.png
Appearance
Arduino_1.0_IDE,_Ubuntu_11.10.png (486 × 593 pixels, file size: 19 KB, MIME type: image/png)
Summary
[edit]Description |
Arduino 1.0, on Ubuntu Linux 11.10 |
---|---|
Source |
Screenshot /*
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 | |
Permission (Reusing this file) |
See below.
|
Licensing
[edit]I, the copyright holder of this work, hereby publish it under the following licenses:
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. |
| This work is licensed under the Creative Commons Attribution-ShareAlike 3.0 License. |
You may select the license of your choice.
This file is a candidate to be copied to Wikimedia Commons.
Any user may perform this transfer; refer to Wikipedia:Moving files to Commons for details. If this file has problems with attribution, copyright, or is otherwise ineligible for Commons, then remove this tag and DO NOT transfer it; repeat violators may be blocked from editing. Other Instructions
| |||
|
This media file is either in the public domain or published under a free license, and contains no inbound file links. If this media file is useful, then it should be transferred to the Wikimedia Commons. If this media is not useful, then please propose it for deletion or list it at files for discussion. |
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time | Thumbnail | Dimensions | User | Comment | |
---|---|---|---|---|---|
current | 16:40, 6 April 2012 | 486 × 593 (19 KB) | Lemio (talk | contribs) | Uploading a self-made file using File Upload Wizard |
You cannot overwrite this file.
File usage
No pages on the English Wikipedia use this file (pages on other projects are not listed).