stm32_serDes_protobuf_project/app/simple.proto

8 lines
135 B
Protocol Buffer
Raw Permalink Normal View History

2024-05-13 20:44:16 +03:00
syntax = "proto2";
message SimpleMessage {
optional string project = 1 [default = "controls"];
2024-06-06 14:12:37 +03:00
required int32 number = 2;
2024-05-13 20:44:16 +03:00
}