Windows Virtual Shields for Arduino
Variables
Colors.h File Reference

Go to the source code of this file.

Variables

const long RED = 0xFF0000
 
const long GREEN = 0xFF00
 
const long BLUE = 0xFF
 
const long BLACK = 0
 
const long WHITE = 0xFFFFFF
 
const long YELLOW = 0xFFFF00
 
const long ORANGE = 0xFF8000
 
const long PURPLE = 0xFF00FF
 

Variable Documentation

const long BLACK = 0
const long BLUE = 0xFF
const long GREEN = 0xFF00
const long ORANGE = 0xFF8000
const long PURPLE = 0xFF00FF
const long RED = 0xFF0000
const long WHITE = 0xFFFFFF
const long YELLOW = 0xFFFF00