USB Host Shield 2.0
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
21
enum
AmbxColorsEnum
{
22
Red
= 0xFF0000,
23
Green
= 0x00FF00,
24
Blue
= 0x0000FF,
25
White
= 0xFFFFFF,
26
Off
= 0x000000,
27
};
28
30
enum
AmbxLightsEnum
{
31
Sidelight_left
= 0x0B,
32
Sidelight_right
= 0x1B,
33
Wallwasher_left
= 0x2B,
34
Wallwasher_center
= 0x3B,
35
Wallwasher_right
= 0x4B,
36
};
37
38
#endif
AmbxColorsEnum
AmbxColorsEnum
Definition:
AMBXEnums.h:21
White
@ White
Definition:
AMBXEnums.h:25
Green
@ Green
Definition:
AMBXEnums.h:23
Red
@ Red
Definition:
AMBXEnums.h:22
Off
@ Off
Definition:
AMBXEnums.h:26
Blue
@ Blue
Definition:
AMBXEnums.h:24
AmbxLightsEnum
AmbxLightsEnum
Definition:
AMBXEnums.h:30
Sidelight_left
@ Sidelight_left
Definition:
AMBXEnums.h:31
Sidelight_right
@ Sidelight_right
Definition:
AMBXEnums.h:32
Wallwasher_left
@ Wallwasher_left
Definition:
AMBXEnums.h:33
Wallwasher_right
@ Wallwasher_right
Definition:
AMBXEnums.h:35
Wallwasher_center
@ Wallwasher_center
Definition:
AMBXEnums.h:34
Generated by
1.9.1