Framework (A-Z)

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

Name

OUTPUT

Examples
pinMode(8, INPUT);     // set the pin 8 as an input pin 
pinMode(WLED, OUTPUT); // set the pin WLED 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 July 07, 2011 11:08:45pm PDT

Creative Commons License