Skip to content

Commit f3cfb56

Browse files
committed
Updating protobuf wrappers
1 parent 25d9407 commit f3cfb56

File tree

8 files changed

+95
-95
lines changed

8 files changed

+95
-95
lines changed

src/wippersnapper/description/v1/description.pb.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Automatically generated nanopb constant definitions */
2-
/* Generated by nanopb-0.4.5-dev at Fri Oct 15 20:29:56 2021. */
2+
/* Generated by nanopb-0.4.5-dev at Fri Oct 15 20:43:36 2021. */
33

44
#include "wippersnapper/description/v1/description.pb.h"
55
#if PB_PROTO_HEADER_VERSION != 40

src/wippersnapper/description/v1/description.pb.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Automatically generated nanopb header */
2-
/* Generated by nanopb-0.4.5-dev at Fri Oct 15 20:29:56 2021. */
2+
/* Generated by nanopb-0.4.5-dev at Fri Oct 15 20:43:36 2021. */
33

44
#ifndef PB_WIPPERSNAPPER_DESCRIPTION_V1_WIPPERSNAPPER_DESCRIPTION_V1_DESCRIPTION_PB_H_INCLUDED
55
#define PB_WIPPERSNAPPER_DESCRIPTION_V1_WIPPERSNAPPER_DESCRIPTION_V1_DESCRIPTION_PB_H_INCLUDED

src/wippersnapper/i2c/v1/i2c.pb.c

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
/* Automatically generated nanopb constant definitions */
2-
/* Generated by nanopb-0.4.5-dev at Fri Oct 15 20:29:56 2021. */
2+
/* Generated by nanopb-0.4.5-dev at Fri Oct 15 20:43:36 2021. */
33

44
#include "wippersnapper/i2c/v1/i2c.pb.h"
55
#if PB_PROTO_HEADER_VERSION != 40
66
#error Regenerate this file with the current version of nanopb generator.
77
#endif
88

9-
PB_BIND(wippersnapper_i2c_v1_I2CInitRequest, wippersnapper_i2c_v1_I2CInitRequest, AUTO)
9+
PB_BIND(wippersnapper_i2c_v1_I2CBusInitRequest, wippersnapper_i2c_v1_I2CBusInitRequest, AUTO)
1010

1111

12-
PB_BIND(wippersnapper_i2c_v1_I2CInitResponse, wippersnapper_i2c_v1_I2CInitResponse, AUTO)
12+
PB_BIND(wippersnapper_i2c_v1_I2CBusInitResponse, wippersnapper_i2c_v1_I2CBusInitResponse, AUTO)
1313

1414

15-
PB_BIND(wippersnapper_i2c_v1_I2CSetFrequency, wippersnapper_i2c_v1_I2CSetFrequency, AUTO)
15+
PB_BIND(wippersnapper_i2c_v1_I2CBusSetFrequency, wippersnapper_i2c_v1_I2CBusSetFrequency, AUTO)
1616

1717

18-
PB_BIND(wippersnapper_i2c_v1_I2CScanRequest, wippersnapper_i2c_v1_I2CScanRequest, AUTO)
18+
PB_BIND(wippersnapper_i2c_v1_I2CBusScanRequest, wippersnapper_i2c_v1_I2CBusScanRequest, AUTO)
1919

2020

21-
PB_BIND(wippersnapper_i2c_v1_I2CScanResponse, wippersnapper_i2c_v1_I2CScanResponse, 2)
21+
PB_BIND(wippersnapper_i2c_v1_I2CBusScanResponse, wippersnapper_i2c_v1_I2CBusScanResponse, 2)
2222

2323

2424
PB_BIND(wippersnapper_i2c_v1_I2CDeviceInitRequest, wippersnapper_i2c_v1_I2CDeviceInitRequest, AUTO)

src/wippersnapper/i2c/v1/i2c.pb.h

Lines changed: 69 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Automatically generated nanopb header */
2-
/* Generated by nanopb-0.4.5-dev at Fri Oct 15 20:29:56 2021. */
2+
/* Generated by nanopb-0.4.5-dev at Fri Oct 15 20:43:36 2021. */
33

44
#ifndef PB_WIPPERSNAPPER_I2C_V1_WIPPERSNAPPER_I2C_V1_I2C_PB_H_INCLUDED
55
#define PB_WIPPERSNAPPER_I2C_V1_WIPPERSNAPPER_I2C_V1_I2C_PB_H_INCLUDED
@@ -56,39 +56,39 @@ typedef struct _wippersnapper_i2c_v1_DPS310InitRequest {
5656
float period_pressure;
5757
} wippersnapper_i2c_v1_DPS310InitRequest;
5858

59-
typedef struct _wippersnapper_i2c_v1_I2CDeviceDeinitResponse {
60-
bool is_success;
61-
uint32_t i2c_address;
62-
} wippersnapper_i2c_v1_I2CDeviceDeinitResponse;
63-
64-
typedef struct _wippersnapper_i2c_v1_I2CDeviceInitResponse {
65-
bool is_success;
66-
} wippersnapper_i2c_v1_I2CDeviceInitResponse;
67-
68-
typedef struct _wippersnapper_i2c_v1_I2CInitRequest {
59+
typedef struct _wippersnapper_i2c_v1_I2CBusInitRequest {
6960
int32_t i2c_pin_scl;
7061
int32_t i2c_pin_sda;
7162
uint32_t i2c_frequency;
7263
int32_t i2c_port_number;
73-
} wippersnapper_i2c_v1_I2CInitRequest;
64+
} wippersnapper_i2c_v1_I2CBusInitRequest;
7465

75-
typedef struct _wippersnapper_i2c_v1_I2CInitResponse {
66+
typedef struct _wippersnapper_i2c_v1_I2CBusInitResponse {
7667
bool is_initialized;
77-
} wippersnapper_i2c_v1_I2CInitResponse;
68+
} wippersnapper_i2c_v1_I2CBusInitResponse;
7869

79-
typedef struct _wippersnapper_i2c_v1_I2CScanRequest {
70+
typedef struct _wippersnapper_i2c_v1_I2CBusScanRequest {
8071
int32_t i2c_port_number;
81-
} wippersnapper_i2c_v1_I2CScanRequest;
72+
} wippersnapper_i2c_v1_I2CBusScanRequest;
8273

83-
typedef struct _wippersnapper_i2c_v1_I2CScanResponse {
74+
typedef struct _wippersnapper_i2c_v1_I2CBusScanResponse {
8475
pb_size_t addresses_found_count;
8576
uint32_t addresses_found[120];
86-
} wippersnapper_i2c_v1_I2CScanResponse;
77+
} wippersnapper_i2c_v1_I2CBusScanResponse;
8778

88-
typedef struct _wippersnapper_i2c_v1_I2CSetFrequency {
79+
typedef struct _wippersnapper_i2c_v1_I2CBusSetFrequency {
8980
uint32_t frequency;
9081
int32_t bus_id;
91-
} wippersnapper_i2c_v1_I2CSetFrequency;
82+
} wippersnapper_i2c_v1_I2CBusSetFrequency;
83+
84+
typedef struct _wippersnapper_i2c_v1_I2CDeviceDeinitResponse {
85+
bool is_success;
86+
uint32_t i2c_address;
87+
} wippersnapper_i2c_v1_I2CDeviceDeinitResponse;
88+
89+
typedef struct _wippersnapper_i2c_v1_I2CDeviceInitResponse {
90+
bool is_success;
91+
} wippersnapper_i2c_v1_I2CDeviceInitResponse;
9292

9393
typedef struct _wippersnapper_i2c_v1_SensorDetails {
9494
pb_callback_t name;
@@ -156,11 +156,11 @@ extern "C" {
156156
#endif
157157

158158
/* Initializer values for message structs */
159-
#define wippersnapper_i2c_v1_I2CInitRequest_init_default {0, 0, 0, 0}
160-
#define wippersnapper_i2c_v1_I2CInitResponse_init_default {0}
161-
#define wippersnapper_i2c_v1_I2CSetFrequency_init_default {0, 0}
162-
#define wippersnapper_i2c_v1_I2CScanRequest_init_default {0}
163-
#define wippersnapper_i2c_v1_I2CScanResponse_init_default {0, {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}}
159+
#define wippersnapper_i2c_v1_I2CBusInitRequest_init_default {0, 0, 0, 0}
160+
#define wippersnapper_i2c_v1_I2CBusInitResponse_init_default {0}
161+
#define wippersnapper_i2c_v1_I2CBusSetFrequency_init_default {0, 0}
162+
#define wippersnapper_i2c_v1_I2CBusScanRequest_init_default {0}
163+
#define wippersnapper_i2c_v1_I2CBusScanResponse_init_default {0, {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}}
164164
#define wippersnapper_i2c_v1_I2CDeviceInitRequest_init_default {0, 0, false, wippersnapper_i2c_v1_AHTInitRequest_init_default, false, wippersnapper_i2c_v1_DPS310InitRequest_init_default}
165165
#define wippersnapper_i2c_v1_I2CDeviceInitResponse_init_default {0}
166166
#define wippersnapper_i2c_v1_I2CDeviceDeinitRequest_init_default {0, 0, 0, false, wippersnapper_i2c_v1_AHTDeinitRequest_init_default, false, wippersnapper_i2c_v1_DPS310DeinitRequest_init_default}
@@ -172,11 +172,11 @@ extern "C" {
172172
#define wippersnapper_i2c_v1_SensorDetails_init_default {{{NULL}, NULL}, 0, 0, _wippersnapper_i2c_v1_SensorType_MIN, 0, 0, 0, 0}
173173
#define wippersnapper_i2c_v1_SensorEvent_init_default {0, 0, _wippersnapper_i2c_v1_SensorType_MIN, 0, 0, {0}}
174174
#define wippersnapper_i2c_v1_I2CSensorEvent_init_default {0, false, wippersnapper_i2c_v1_SensorEvent_init_default}
175-
#define wippersnapper_i2c_v1_I2CInitRequest_init_zero {0, 0, 0, 0}
176-
#define wippersnapper_i2c_v1_I2CInitResponse_init_zero {0}
177-
#define wippersnapper_i2c_v1_I2CSetFrequency_init_zero {0, 0}
178-
#define wippersnapper_i2c_v1_I2CScanRequest_init_zero {0}
179-
#define wippersnapper_i2c_v1_I2CScanResponse_init_zero {0, {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}}
175+
#define wippersnapper_i2c_v1_I2CBusInitRequest_init_zero {0, 0, 0, 0}
176+
#define wippersnapper_i2c_v1_I2CBusInitResponse_init_zero {0}
177+
#define wippersnapper_i2c_v1_I2CBusSetFrequency_init_zero {0, 0}
178+
#define wippersnapper_i2c_v1_I2CBusScanRequest_init_zero {0}
179+
#define wippersnapper_i2c_v1_I2CBusScanResponse_init_zero {0, {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}}
180180
#define wippersnapper_i2c_v1_I2CDeviceInitRequest_init_zero {0, 0, false, wippersnapper_i2c_v1_AHTInitRequest_init_zero, false, wippersnapper_i2c_v1_DPS310InitRequest_init_zero}
181181
#define wippersnapper_i2c_v1_I2CDeviceInitResponse_init_zero {0}
182182
#define wippersnapper_i2c_v1_I2CDeviceDeinitRequest_init_zero {0, 0, 0, false, wippersnapper_i2c_v1_AHTDeinitRequest_init_zero, false, wippersnapper_i2c_v1_DPS310DeinitRequest_init_zero}
@@ -202,18 +202,18 @@ extern "C" {
202202
#define wippersnapper_i2c_v1_DPS310InitRequest_period_temperature_tag 2
203203
#define wippersnapper_i2c_v1_DPS310InitRequest_enable_pressure_tag 3
204204
#define wippersnapper_i2c_v1_DPS310InitRequest_period_pressure_tag 4
205+
#define wippersnapper_i2c_v1_I2CBusInitRequest_i2c_pin_scl_tag 1
206+
#define wippersnapper_i2c_v1_I2CBusInitRequest_i2c_pin_sda_tag 2
207+
#define wippersnapper_i2c_v1_I2CBusInitRequest_i2c_frequency_tag 3
208+
#define wippersnapper_i2c_v1_I2CBusInitRequest_i2c_port_number_tag 4
209+
#define wippersnapper_i2c_v1_I2CBusInitResponse_is_initialized_tag 1
210+
#define wippersnapper_i2c_v1_I2CBusScanRequest_i2c_port_number_tag 1
211+
#define wippersnapper_i2c_v1_I2CBusScanResponse_addresses_found_tag 1
212+
#define wippersnapper_i2c_v1_I2CBusSetFrequency_frequency_tag 1
213+
#define wippersnapper_i2c_v1_I2CBusSetFrequency_bus_id_tag 2
205214
#define wippersnapper_i2c_v1_I2CDeviceDeinitResponse_is_success_tag 1
206215
#define wippersnapper_i2c_v1_I2CDeviceDeinitResponse_i2c_address_tag 2
207216
#define wippersnapper_i2c_v1_I2CDeviceInitResponse_is_success_tag 1
208-
#define wippersnapper_i2c_v1_I2CInitRequest_i2c_pin_scl_tag 1
209-
#define wippersnapper_i2c_v1_I2CInitRequest_i2c_pin_sda_tag 2
210-
#define wippersnapper_i2c_v1_I2CInitRequest_i2c_frequency_tag 3
211-
#define wippersnapper_i2c_v1_I2CInitRequest_i2c_port_number_tag 4
212-
#define wippersnapper_i2c_v1_I2CInitResponse_is_initialized_tag 1
213-
#define wippersnapper_i2c_v1_I2CScanRequest_i2c_port_number_tag 1
214-
#define wippersnapper_i2c_v1_I2CScanResponse_addresses_found_tag 1
215-
#define wippersnapper_i2c_v1_I2CSetFrequency_frequency_tag 1
216-
#define wippersnapper_i2c_v1_I2CSetFrequency_bus_id_tag 2
217217
#define wippersnapper_i2c_v1_SensorDetails_name_tag 1
218218
#define wippersnapper_i2c_v1_SensorDetails_version_tag 2
219219
#define wippersnapper_i2c_v1_SensorDetails_id_tag 3
@@ -247,34 +247,34 @@ extern "C" {
247247
#define wippersnapper_i2c_v1_I2CSensorEvent_event_tag 2
248248

249249
/* Struct field encoding specification for nanopb */
250-
#define wippersnapper_i2c_v1_I2CInitRequest_FIELDLIST(X, a) \
250+
#define wippersnapper_i2c_v1_I2CBusInitRequest_FIELDLIST(X, a) \
251251
X(a, STATIC, SINGULAR, INT32, i2c_pin_scl, 1) \
252252
X(a, STATIC, SINGULAR, INT32, i2c_pin_sda, 2) \
253253
X(a, STATIC, SINGULAR, UINT32, i2c_frequency, 3) \
254254
X(a, STATIC, SINGULAR, INT32, i2c_port_number, 4)
255-
#define wippersnapper_i2c_v1_I2CInitRequest_CALLBACK NULL
256-
#define wippersnapper_i2c_v1_I2CInitRequest_DEFAULT NULL
255+
#define wippersnapper_i2c_v1_I2CBusInitRequest_CALLBACK NULL
256+
#define wippersnapper_i2c_v1_I2CBusInitRequest_DEFAULT NULL
257257

258-
#define wippersnapper_i2c_v1_I2CInitResponse_FIELDLIST(X, a) \
258+
#define wippersnapper_i2c_v1_I2CBusInitResponse_FIELDLIST(X, a) \
259259
X(a, STATIC, SINGULAR, BOOL, is_initialized, 1)
260-
#define wippersnapper_i2c_v1_I2CInitResponse_CALLBACK NULL
261-
#define wippersnapper_i2c_v1_I2CInitResponse_DEFAULT NULL
260+
#define wippersnapper_i2c_v1_I2CBusInitResponse_CALLBACK NULL
261+
#define wippersnapper_i2c_v1_I2CBusInitResponse_DEFAULT NULL
262262

263-
#define wippersnapper_i2c_v1_I2CSetFrequency_FIELDLIST(X, a) \
263+
#define wippersnapper_i2c_v1_I2CBusSetFrequency_FIELDLIST(X, a) \
264264
X(a, STATIC, SINGULAR, UINT32, frequency, 1) \
265265
X(a, STATIC, SINGULAR, INT32, bus_id, 2)
266-
#define wippersnapper_i2c_v1_I2CSetFrequency_CALLBACK NULL
267-
#define wippersnapper_i2c_v1_I2CSetFrequency_DEFAULT NULL
266+
#define wippersnapper_i2c_v1_I2CBusSetFrequency_CALLBACK NULL
267+
#define wippersnapper_i2c_v1_I2CBusSetFrequency_DEFAULT NULL
268268

269-
#define wippersnapper_i2c_v1_I2CScanRequest_FIELDLIST(X, a) \
269+
#define wippersnapper_i2c_v1_I2CBusScanRequest_FIELDLIST(X, a) \
270270
X(a, STATIC, SINGULAR, INT32, i2c_port_number, 1)
271-
#define wippersnapper_i2c_v1_I2CScanRequest_CALLBACK NULL
272-
#define wippersnapper_i2c_v1_I2CScanRequest_DEFAULT NULL
271+
#define wippersnapper_i2c_v1_I2CBusScanRequest_CALLBACK NULL
272+
#define wippersnapper_i2c_v1_I2CBusScanRequest_DEFAULT NULL
273273

274-
#define wippersnapper_i2c_v1_I2CScanResponse_FIELDLIST(X, a) \
274+
#define wippersnapper_i2c_v1_I2CBusScanResponse_FIELDLIST(X, a) \
275275
X(a, STATIC, REPEATED, UINT32, addresses_found, 1)
276-
#define wippersnapper_i2c_v1_I2CScanResponse_CALLBACK NULL
277-
#define wippersnapper_i2c_v1_I2CScanResponse_DEFAULT NULL
276+
#define wippersnapper_i2c_v1_I2CBusScanResponse_CALLBACK NULL
277+
#define wippersnapper_i2c_v1_I2CBusScanResponse_DEFAULT NULL
278278

279279
#define wippersnapper_i2c_v1_I2CDeviceInitRequest_FIELDLIST(X, a) \
280280
X(a, STATIC, SINGULAR, INT32, i2c_port_number, 1) \
@@ -371,11 +371,11 @@ X(a, STATIC, OPTIONAL, MESSAGE, event, 2)
371371
#define wippersnapper_i2c_v1_I2CSensorEvent_DEFAULT NULL
372372
#define wippersnapper_i2c_v1_I2CSensorEvent_event_MSGTYPE wippersnapper_i2c_v1_SensorEvent
373373

374-
extern const pb_msgdesc_t wippersnapper_i2c_v1_I2CInitRequest_msg;
375-
extern const pb_msgdesc_t wippersnapper_i2c_v1_I2CInitResponse_msg;
376-
extern const pb_msgdesc_t wippersnapper_i2c_v1_I2CSetFrequency_msg;
377-
extern const pb_msgdesc_t wippersnapper_i2c_v1_I2CScanRequest_msg;
378-
extern const pb_msgdesc_t wippersnapper_i2c_v1_I2CScanResponse_msg;
374+
extern const pb_msgdesc_t wippersnapper_i2c_v1_I2CBusInitRequest_msg;
375+
extern const pb_msgdesc_t wippersnapper_i2c_v1_I2CBusInitResponse_msg;
376+
extern const pb_msgdesc_t wippersnapper_i2c_v1_I2CBusSetFrequency_msg;
377+
extern const pb_msgdesc_t wippersnapper_i2c_v1_I2CBusScanRequest_msg;
378+
extern const pb_msgdesc_t wippersnapper_i2c_v1_I2CBusScanResponse_msg;
379379
extern const pb_msgdesc_t wippersnapper_i2c_v1_I2CDeviceInitRequest_msg;
380380
extern const pb_msgdesc_t wippersnapper_i2c_v1_I2CDeviceInitResponse_msg;
381381
extern const pb_msgdesc_t wippersnapper_i2c_v1_I2CDeviceDeinitRequest_msg;
@@ -389,11 +389,11 @@ extern const pb_msgdesc_t wippersnapper_i2c_v1_SensorEvent_msg;
389389
extern const pb_msgdesc_t wippersnapper_i2c_v1_I2CSensorEvent_msg;
390390

391391
/* Defines for backwards compatibility with code written before nanopb-0.4.0 */
392-
#define wippersnapper_i2c_v1_I2CInitRequest_fields &wippersnapper_i2c_v1_I2CInitRequest_msg
393-
#define wippersnapper_i2c_v1_I2CInitResponse_fields &wippersnapper_i2c_v1_I2CInitResponse_msg
394-
#define wippersnapper_i2c_v1_I2CSetFrequency_fields &wippersnapper_i2c_v1_I2CSetFrequency_msg
395-
#define wippersnapper_i2c_v1_I2CScanRequest_fields &wippersnapper_i2c_v1_I2CScanRequest_msg
396-
#define wippersnapper_i2c_v1_I2CScanResponse_fields &wippersnapper_i2c_v1_I2CScanResponse_msg
392+
#define wippersnapper_i2c_v1_I2CBusInitRequest_fields &wippersnapper_i2c_v1_I2CBusInitRequest_msg
393+
#define wippersnapper_i2c_v1_I2CBusInitResponse_fields &wippersnapper_i2c_v1_I2CBusInitResponse_msg
394+
#define wippersnapper_i2c_v1_I2CBusSetFrequency_fields &wippersnapper_i2c_v1_I2CBusSetFrequency_msg
395+
#define wippersnapper_i2c_v1_I2CBusScanRequest_fields &wippersnapper_i2c_v1_I2CBusScanRequest_msg
396+
#define wippersnapper_i2c_v1_I2CBusScanResponse_fields &wippersnapper_i2c_v1_I2CBusScanResponse_msg
397397
#define wippersnapper_i2c_v1_I2CDeviceInitRequest_fields &wippersnapper_i2c_v1_I2CDeviceInitRequest_msg
398398
#define wippersnapper_i2c_v1_I2CDeviceInitResponse_fields &wippersnapper_i2c_v1_I2CDeviceInitResponse_msg
399399
#define wippersnapper_i2c_v1_I2CDeviceDeinitRequest_fields &wippersnapper_i2c_v1_I2CDeviceDeinitRequest_msg
@@ -407,11 +407,11 @@ extern const pb_msgdesc_t wippersnapper_i2c_v1_I2CSensorEvent_msg;
407407
#define wippersnapper_i2c_v1_I2CSensorEvent_fields &wippersnapper_i2c_v1_I2CSensorEvent_msg
408408

409409
/* Maximum encoded size of messages (where known) */
410-
#define wippersnapper_i2c_v1_I2CInitRequest_size 39
411-
#define wippersnapper_i2c_v1_I2CInitResponse_size 2
412-
#define wippersnapper_i2c_v1_I2CSetFrequency_size 17
413-
#define wippersnapper_i2c_v1_I2CScanRequest_size 11
414-
#define wippersnapper_i2c_v1_I2CScanResponse_size 720
410+
#define wippersnapper_i2c_v1_I2CBusInitRequest_size 39
411+
#define wippersnapper_i2c_v1_I2CBusInitResponse_size 2
412+
#define wippersnapper_i2c_v1_I2CBusSetFrequency_size 17
413+
#define wippersnapper_i2c_v1_I2CBusScanRequest_size 11
414+
#define wippersnapper_i2c_v1_I2CBusScanResponse_size 720
415415
#define wippersnapper_i2c_v1_I2CDeviceInitRequest_size 49
416416
#define wippersnapper_i2c_v1_I2CDeviceInitResponse_size 2
417417
#define wippersnapper_i2c_v1_I2CDeviceDeinitRequest_size 31

src/wippersnapper/pin/v1/pin.pb.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Automatically generated nanopb constant definitions */
2-
/* Generated by nanopb-0.4.5-dev at Fri Oct 15 20:29:56 2021. */
2+
/* Generated by nanopb-0.4.5-dev at Fri Oct 15 20:43:36 2021. */
33

44
#include "wippersnapper/pin/v1/pin.pb.h"
55
#if PB_PROTO_HEADER_VERSION != 40

src/wippersnapper/pin/v1/pin.pb.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Automatically generated nanopb header */
2-
/* Generated by nanopb-0.4.5-dev at Fri Oct 15 20:29:56 2021. */
2+
/* Generated by nanopb-0.4.5-dev at Fri Oct 15 20:43:36 2021. */
33

44
#ifndef PB_WIPPERSNAPPER_PIN_V1_WIPPERSNAPPER_PIN_V1_PIN_PB_H_INCLUDED
55
#define PB_WIPPERSNAPPER_PIN_V1_WIPPERSNAPPER_PIN_V1_PIN_PB_H_INCLUDED

src/wippersnapper/signal/v1/signal.pb.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Automatically generated nanopb constant definitions */
2-
/* Generated by nanopb-0.4.5-dev at Fri Oct 15 20:29:56 2021. */
2+
/* Generated by nanopb-0.4.5-dev at Fri Oct 15 20:43:36 2021. */
33

44
#include "wippersnapper/signal/v1/signal.pb.h"
55
#if PB_PROTO_HEADER_VERSION != 40

0 commit comments

Comments
 (0)