Added VL53L0XState message.

This commit is contained in:
Stelios Mavridis 2026-03-01 00:43:55 +02:00
parent cc2cfc89cb
commit 57f49e3396

View file

@ -926,3 +926,17 @@ message SEN5XState {
*/
optional fixed64 voc_state_array = 6;
}
message VL53L0XState {
enum RangingMode {
Default = 0;
LongRange = 1;
HighSpeed = 2;
HighAccuracy = 3;
}
/*
* Current Ranging Mode
*/
RangingMode mode = 1;
}