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

HIGH

Examples
boolean b = true;
if (b == true) {
  digitalWrite(WLED, HIGH);  // Turn ON the I/O board LED 
} else {
  digitalWrite(WLED, LOW); 
}
Description Reserved word representing the logical value 1 (ON, 5 volts).
Syntax
HIGH
Usage Application
Related LOW
Updated on July 07, 2011 11:08:20pm PDT

Creative Commons License