Reference for Wiring version 0024+. If you have a previous version, use the reference included with your software. If you see any errors or have any comments, let us know.

Name

OUTPUT

Examples
pinMode(0, INPUT);    // set the pin 0 as an input pin 
pinMode(48, OUTPUT);  // set the pin 48 as an output pin 
portMode(1, OUTPUT);  // set port 1 as an output port
Description Reserved word representing the mode of an I/O pin or an I/O port as an output.
Syntax
OUTPUT
Usage Application
Related INPUT
pinMode()
portMode()
Updated on December 03, 2009 07:01:45pm PST

Creative Commons License