USB Host Shield 2.0
Loading...
Searching...
No Matches
AMBXEnums.h
Go to the documentation of this file.
1/* Copyright (C) 2021 Aran Vink. All rights reserved.
2
3 This software may be distributed and modified under the terms of the GNU
4 General Public License version 2 (GPL2) as published by the Free Software
5 Foundation and appearing in the file GPL2.TXT included in the packaging of
6 this file. Please note that GPL2 Section 2[b] requires that all works based
7 on this software must also be made publicly available under the terms of
8 the GPL2 ("Copyleft").
9
10 Contact information
11 -------------------
12
13 Aran Vink
14 e-mail : aranvink@gmail.com
15 */
16
17#ifndef _ambxenums_h
18#define _ambxenums_h
19
22 Red = 0xFF0000,
23 Green = 0x00FF00,
24 Blue = 0x0000FF,
25 White = 0xFFFFFF,
26 Off = 0x000000,
27};
28
37
38#endif
AmbxColorsEnum
Definition AMBXEnums.h:21
@ White
Definition AMBXEnums.h:25
@ Green
Definition AMBXEnums.h:23
@ Red
Definition AMBXEnums.h:22
@ Off
Definition AMBXEnums.h:26
@ Blue
Definition AMBXEnums.h:24
AmbxLightsEnum
Definition AMBXEnums.h:30
@ Sidelight_left
Definition AMBXEnums.h:31
@ Sidelight_right
Definition AMBXEnums.h:32
@ Wallwasher_left
Definition AMBXEnums.h:33
@ Wallwasher_right
Definition AMBXEnums.h:35
@ Wallwasher_center
Definition AMBXEnums.h:34