Loading...

(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.

HSM
Example of a Hierarchical State Machine

Hardik http://hardikpandya.com/

breast brachytherapy

http://www.arduino.cc/playground/Main/MultiIR

Arduino rules the world. Full Stop.

http://arduino.cc/playground/test1

http://arduino.cc/playground/test2

arduino?

Sparkfunhttp://www.sparkfun.com
Adafruithttp://www.adafruit.com
Ebayhttp://www.ebay.com

fpu Relay TMP102

Arduino WheZ Style
BOOGLE
ArduinoArduino is an open-source electronics prototyping platform based on flexible, easy-to-use hardware and softwarewww.arduino.cc
B
Boarduinosomething descriptive...http://www.ladyada.net/make/boarduino

new page

test2


(:registerform:) test


test
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:

  • Note the outer Wikistyle does not work (as the div it generates closes immediately)
 
/* 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

SuggestionsBugs

Easy Installation Of The Arduino IDE

openSUSE - all versions

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.

openSUSE One Click Installer for Arduino IDE

  • The installer will automatically choose packages of the same architecture (32 or 64 bit) as those used on your system.

  • After installation, open YaST, select the "Security and Users" section and open the "User and Group Management" module. Once here, add each user to the groups: "dialout", "lock" and "uucp" in order for them to make use of the IDE.

  • Log out and log in.

  • Then run arduino in your favourite terminal.

Installation of Arduino IDE on openSUSE Linux (32bit and 64bit) Using The Command Line

Rest of page here...

Recommended Software For Use With Your Arduino Projects

Fritzing

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.

Easy Installation Of Fritzing

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.

openSUSE One Click Installer for Fritzing Δ

  • The installer will automatically choose packages of the same architecture (32 or 64 bit) as those used on your system.

  • After installation, Fritzing can be launched from your desktop's menu. It is located in "Development" / "Integrated Environment".

?action=upload