aboutsummaryrefslogtreecommitdiff
path: root/car/elegoo.pb.c
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2017-08-21 23:20:18 +0200
committerDimitri Sokolyuk <demon@dim13.org>2017-08-21 23:20:18 +0200
commit2de5220071f515ac59261d1e40b076701f40923a (patch)
tree706f312c71dc0dd2426e7de8c02c0a1262f504cc /car/elegoo.pb.c
parent22bec7ba538aa7619bd4f742684c2007d1fe9e7c (diff)
Add trim
Diffstat (limited to 'car/elegoo.pb.c')
-rw-r--r--car/elegoo.pb.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/car/elegoo.pb.c b/car/elegoo.pb.c
index 5af0f71..e9a762d 100644
--- a/car/elegoo.pb.c
+++ b/car/elegoo.pb.c
@@ -1,5 +1,5 @@
/* Automatically generated nanopb constant definitions */
-/* Generated by nanopb-0.3.6 at Mon Aug 21 22:55:02 2017. */
+/* Generated by nanopb-0.3.6 at Mon Aug 21 23:14:33 2017. */
#include "elegoo.pb.h"
@@ -10,12 +10,13 @@
-const pb_field_t Command_fields[6] = {
+const pb_field_t Command_fields[7] = {
PB_FIELD( 1, SINT32 , OPTIONAL, STATIC , FIRST, Command, SpeedR, SpeedR, 0),
PB_FIELD( 2, SINT32 , OPTIONAL, STATIC , OTHER, Command, SpeedL, SpeedR, 0),
PB_FIELD( 3, BOOL , OPTIONAL, STATIC , OTHER, Command, Stop, SpeedL, 0),
- PB_FIELD( 4, SINT32 , OPTIONAL, STATIC , OTHER, Command, TurnHead, Stop, 0),
- PB_FIELD( 5, BOOL , OPTIONAL, STATIC , OTHER, Command, Center, TurnHead, 0),
+ PB_FIELD( 4, BOOL , OPTIONAL, STATIC , OTHER, Command, Center, Stop, 0),
+ PB_FIELD( 5, SINT32 , OPTIONAL, STATIC , OTHER, Command, TurnHead, Center, 0),
+ PB_FIELD( 6, SINT32 , OPTIONAL, STATIC , OTHER, Command, Trim, TurnHead, 0),
PB_LAST_FIELD
};