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.

24 lines
460 B

3 weeks ago
syntax = "proto3";
message SP_MSP_MK32_Button {
int32 RxIndex= 1;
int32 CH0_RY_H= 2;
int32 CH1_RY_V= 3;
int32 CH2_LY_V= 4;
int32 CH3_LY_H= 5;
int32 CH4_SA= 6;
int32 CH5_SB= 7;
int32 CH6_SC= 8;
int32 CH7_SD= 9;
int32 CH8_SE= 10;
int32 CH9_SF= 11;
int32 CH10_LD1= 12;
int32 CH11_RD1= 13;
int32 CH12_S1= 14;
int32 CH13_S2= 15;
int32 CH14_LT= 16;
int32 CH15_RT= 17;
int32 IsOnline= 18;
}