EduArt Sensor Ring Library 3.0.0
Loading...
Searching...
No Matches
Orientation.hpp
Go to the documentation of this file.
1// Copyright (c) 2026 EduArt Robotik GmbH
2
8
9#pragma once
10
11#include "sensorring/platform/SensorringExport.hpp"
12
13namespace eduart {
14
15namespace device {
16
21enum class Orientation {
22 Left,
23 Right,
24 None
25};
26
27} // namespace device
28
29} // namespace eduart
Orientation
Possible orientations of a sensor board. Used to rotate/mirror light animations and thermal images.
Definition Orientation.hpp:21