Index
 
  The Wiring 1.0 _ALPHA_ Reference is a work in progress.
If you see any errors or have any comments, please write to: hbarragan [at] uniandes.edu.co
Name  

INPUT

   
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 and I/O port as an input.
   
Syntax  
INPUT
   
Usage   Web & Application
   
Related   OUTPUT
pinMode()
portMode()