You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
279 B

3 weeks ago
syntax = "proto3";
import "msp_MK32.proto";
import "msp_Motor.proto";
import "msp_DH_CAN_Remote.proto";
import "msp_MPU6050.proto";
import "msp_ZQ_MotorParameters.proto";
message SavedMotorParameters{
int32 AccTime=1;
int32 DecTime=2;
};
//protoc --nanopb_out=. *.proto