aboutsummaryrefslogtreecommitdiffstats
path: root/Software/PMR/Messages/Stubs/StubMotorSpeedRequest.proto
blob: 0f5df6e77d7a70a40051f3f1c8df5903f3f3126c (plain)
1
2
3
4
5
6
7
8
9
syntax = "proto3";

package Tango.PMR.Stubs;
option java_package = "com.twine.tango.pmr.stubs";

message StubMotorSpeedRequest
{
		uint32 Motor_ID = 1;
}