🏌️‍♀️First iteration of proto building workflow

This commit is contained in:
Niklas Jensen
2026-01-02 15:27:27 +01:00
committed by nikguin04
parent 9c1ad30771
commit 58bf8a88a6
2 changed files with 46 additions and 11 deletions
-11
View File
@@ -1,11 +0,0 @@
syntax = "proto3";
message IMUReport {
float x = 1;
float y = 2;
float z = 3;
float temp = 4;
bool success = 5;
}