3 import "dccl/option_extensions.proto";
5 package jaiabot.protobuf;
10 RPM_AND_THERMISTOR = 2;
16 optional float temperature = 1 [(dccl.field) = {
17 units { derived_dimensions: "temperature" system: "celsius" }
19 optional float resistance = 2;
20 optional float voltage = 3;
23 optional double rpm = 1;
24 optional Thermistor thermistor = 2;
25 optional MotorHarnessType motor_harness_type = 3 [default = NONE];