EduArt Sensor Ring Library 3.0.1
Loading...
Searching...
No Matches
LightMode.hpp
Go to the documentation of this file.
1// Copyright (c) 2025 EduArt Robotik GmbH
2
9
10#pragma once
11
13
14namespace eduart {
15
16namespace light {
17
18enum class SENSORRING_API LightMode {
19 Off,
20 Dimmed,
21 HighBeam,
22 FlashAll,
23 FlashLeft,
24 FlashRight,
25 Pulsation,
26 Rotation,
27 Running,
28 MapDistance
29};
30
31} // namespace light
32
33} // namespace eduart
Control the import and export of Windows DLL symbols.