(redirected from PmWiki.WikiSandbox)
Feel free to use this page to experiment with the Text Formatting Rules. Just click the "Edit" link at the top of the page.
This wiki installation is running PmWiki pmwiki-2.1.beta30, version number 2000930.
Hardik http://hardikpandya.com/
http://www.arduino.cc/playground/Main/MultiIR
Arduino rules the world. Full Stop.
http://arduino.cc/playground/test1
http://arduino.cc/playground/test2
| Sparkfun | http://www.sparkfun.com |
| Adafruit | http://www.adafruit.com |
| Ebay | http://www.ebay.com |
| Arduino WheZ Style | |||
| BOOGLE | |||
| Arduino | Arduino is an open-source electronics prototyping platform based on flexible, easy-to-use hardware and software | www.arduino.cc | |
| B | |||
| Boarduino | something descriptive... | http://www.ladyada.net/make/boarduino |
(:registerform:) test
| Product Description | Voltages | Analog Pins | Digital Pins | |||||||||||||||||||
| 3v3 | 5v | 0 | 1 | 2 | 3 | 4 | 5 | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | |
| LCD shield v1.1 with 5+1 Buttons | x | x | x | x | x | x | x | x | ||||||||||||||
| Ethernet ENC28J60 v1.1 | x | x | x | x | x | x | ||||||||||||||||
| Ethernet WIZNET 5100 | x | x | x | x | x | |||||||||||||||||
A link to a new page Imaguino Another link to a new page LM35HigherResolution
An example for code block with scrollbars:
/* Blinking LED
* ------------
*
* turns on and off a light emitting diode(LED) connected to a digital
* pin, in intervals of 2 seconds. Ideally we use pin 13 on the Arduino
* board because it has a resistor attached to it, needing only an LED
*
* Created 1 June 2005
* copyleft 2005 DojoDave <http://www.0j0.org>
* http://arduino.berlios.de
*
* based on an orginal by H. Barragan for the Wiring i/o board
*/
int ledPin = 13; // LED connected to digital pin 13
void setup()
{
pinMode(ledPin, OUTPUT); // sets the digital pin as output
}
void loop()
{
digitalWrite(ledPin, HIGH); // sets the LED on
delay(1000); // waits for a second
digitalWrite(ledPin, LOW); // sets the LED off
delay(1000); // waits for a second
}
Me: ltalionis
Who likes to me:
Who links to PinChange Int
Who has bad spelling?
These pages are defunct
For all versions of openSUSE that are currently maintained (11.3, 11.4 and 12.1), click on the button bellow for One Click Installation via YaST.
arduino in your favourite terminal.
Rest of page here...
Fritzing is an open-source initiative to support designers, artists, researchers and hobbyists to work creatively with interactive electronics. The Fritzing software can help you document your Arduino projects, learn more about electronic circuits, share your work with others and prepare your designs for professional manufacturing.
For all versions of openSUSE that are currently maintained (11.3, 11.4 and 12.1), click on the button bellow for One Click Installation via YaST.
?action=upload