USB Host Shield 2.0
|
Go to the source code of this file.
Enumerations | |
enum | AmbxColorsEnum { Red = 0xFF0000 , Green = 0x00FF00 , Blue = 0x0000FF , White = 0xFFFFFF , Off = 0x000000 } |
enum | AmbxLightsEnum { Sidelight_left = 0x0B , Sidelight_right = 0x1B , Wallwasher_left = 0x2B , Wallwasher_center = 0x3B , Wallwasher_right = 0x4B } |
enum AmbxColorsEnum |
Used to set the colors of the AMBX lights. This is just a limited predefined set, the lights allow ANY value between 0x00 and 0xFF
Enumerator | |
---|---|
Red | |
Green | |
Blue | |
White | |
Off |
Definition at line 21 of file AMBXEnums.h.
enum AmbxLightsEnum |
Used to select light in the AMBX system
Enumerator | |
---|---|
Sidelight_left | |
Sidelight_right | |
Wallwasher_left | |
Wallwasher_center | |
Wallwasher_right |
Definition at line 30 of file AMBXEnums.h.