🏌️♀️First iteration of proto building workflow
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
syntax = "proto3";
|
||||
|
||||
|
||||
message IMUReport {
|
||||
|
||||
float x = 1;
|
||||
float y = 2;
|
||||
float z = 3;
|
||||
float temp = 4;
|
||||
bool success = 5;
|
||||
}
|
||||
Reference in New Issue
Block a user