aboutsummaryrefslogtreecommitdiff
path: root/car/elegoo.pb.c
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2017-08-20 22:44:22 +0200
committerDimitri Sokolyuk <demon@dim13.org>2017-08-20 22:44:22 +0200
commit16ebef12d25b8174d387f6c4f7cfa97eb2b26089 (patch)
tree5a5150ac50faa8fc1754ba05a555bda151933d3b /car/elegoo.pb.c
parente913a1a8fb468a5b28501234e4358e4cc01e4e8d (diff)
Add KeyPress
Diffstat (limited to 'car/elegoo.pb.c')
-rw-r--r--car/elegoo.pb.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/car/elegoo.pb.c b/car/elegoo.pb.c
index 73a2267..9c450b9 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 Sun Aug 20 17:58:26 2017. */
+/* Generated by nanopb-0.3.6 at Sun Aug 20 22:42:38 2017. */
#include "elegoo.pb.h"
@@ -17,11 +17,12 @@ const pb_field_t Command_fields[4] = {
PB_LAST_FIELD
};
-const pb_field_t Event_fields[5] = {
+const pb_field_t Event_fields[6] = {
PB_FIELD( 1, INT32 , OPTIONAL, STATIC , FIRST, Event, Distance, Distance, 0),
PB_FIELD( 2, BOOL , OPTIONAL, STATIC , OTHER, Event, SensorA, Distance, 0),
PB_FIELD( 3, BOOL , OPTIONAL, STATIC , OTHER, Event, SensorB, SensorA, 0),
PB_FIELD( 4, BOOL , OPTIONAL, STATIC , OTHER, Event, SensorC, SensorB, 0),
+ PB_FIELD( 5, UINT32 , OPTIONAL, STATIC , OTHER, Event, KeyPress, SensorC, 0),
PB_LAST_FIELD
};