EduArt Sensor Ring Library 3.0.0
Loading...
Searching...
No Matches
VL53L8CX_Params.hpp
1// Copyright (c) 2026 EduArt Robotik GmbH
2//
3// Parameter structure for the VL53L8CX Time-of-Flight sensor.
4
5#pragma once
6
8#include "sensorring/platform/SensorringExport.hpp"
9
10namespace eduart {
11
12namespace device {
13
18struct SENSORRING_EXPORT VL53L8CX_Params : public DeviceParams {};
19
20} // namespace device
21
22} // namespace eduart
Parameter structure for a device.
Base parameter structure of a device. A device is one sensor or actuator on a sensor board.
Definition DeviceParams.hpp:21
Parameter structure of the Time-of-Flight sensor of a sensor board.
Definition VL53L8CX_Params.hpp:18