We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1be76fb commit dc1c6cbCopy full SHA for dc1c6cb
Lighting/Inc/lighting_controller.hpp
@@ -13,23 +13,6 @@
13
#include "conversions.hpp"
14
#include "ws2812.hpp"
15
16
-/**
17
- * @enum ControlDomain
18
- * Represents the different command mode that an LED might be responsive to.
19
- *
20
- * CD_MAIN - default mode for LED's
21
- * CD_BEACON - beacon lights (red pulse 1x per second), indicates LV ON
22
- * CD_STROBE - strobe lights (Double white flash 1x per second), indicates HV ON
23
24
25
- * Add other modes as necessary
26
- */
27
-enum ControlDomain {
28
- CD_MAIN = 0,
29
- CD_BEACON = 1,
30
- CD_STROBE = 2,
31
- CD_LENGTH = 3 // increment this as necessary
32
-};
33
34
// TODO: Make these public
35
void run_lighting_board();
0 commit comments