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.
 
 

19 lines
245 B

syntax = "proto3";
message IO_Data
{
int32 DO0=1;
int32 DO1=2;
int32 DO2=3;
int32 DO3=4;
int32 DO4=5;
int32 DO5=6;
int32 DI0=7;
int32 DI1=8;
int32 DI2=9;
int32 DI3=10;
int32 DI4=11;
int32 DI5=12;
};
//protoc --nanopb_out=. *.proto