Revert "Added protobufs for TS"
This reverts commit 37b9baf7c8d9bf33c3ac29063f8ee697b20ef497.
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
syntax = "proto3";
|
||||
|
||||
|
||||
enum IMUType {
|
||||
IMU_NONE = 0;
|
||||
IMU_ACCEL = 1;
|
||||
IMU_GYRO = 2;
|
||||
}
|
||||
|
||||
message IMUReport {
|
||||
IMUType type = 1;
|
||||
double x_val = 2;
|
||||
}
|
||||
Reference in New Issue
Block a user