Skip to content

Commit affad77

Browse files
authored
Merge pull request #91 from adafruit/protobuf-update-7f4f7305934066a14ce53788e38d50cead5a1749
.proto file wrappers updated
2 parents eebd2f4 + d2da39a commit affad77

File tree

14 files changed

+582
-13
lines changed

14 files changed

+582
-13
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 Tue Jul 13 16:13:23 2021. */
2+
/* Generated by nanopb-0.4.5-dev at Thu Jul 15 15:07:04 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 Tue Jul 13 16:13:23 2021. */
2+
/* Generated by nanopb-0.4.5-dev at Thu Jul 15 15:07:04 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: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
/* Automatically generated nanopb constant definitions */
2+
/* Generated by nanopb-0.4.5-dev at Thu Jul 15 15:07:04 2021. */
3+
4+
#include "wippersnapper/i2c/v1/i2c.pb.h"
5+
#if PB_PROTO_HEADER_VERSION != 40
6+
#error Regenerate this file with the current version of nanopb generator.
7+
#endif
8+
9+
PB_BIND(wippersnapper_i2c_v1_I2CScanRequest, wippersnapper_i2c_v1_I2CScanRequest, AUTO)
10+
11+
12+
PB_BIND(wippersnapper_i2c_v1_I2CScanResponse, wippersnapper_i2c_v1_I2CScanResponse, AUTO)
13+
14+
15+
PB_BIND(wippersnapper_i2c_v1_AHTInitRequest, wippersnapper_i2c_v1_AHTInitRequest, AUTO)
16+
17+
18+
PB_BIND(wippersnapper_i2c_v1_AHTInitResponse, wippersnapper_i2c_v1_AHTInitResponse, AUTO)
19+
20+
21+
PB_BIND(wippersnapper_i2c_v1_AHTDeinitRequest, wippersnapper_i2c_v1_AHTDeinitRequest, AUTO)
22+
23+
24+
PB_BIND(wippersnapper_i2c_v1_DPS310InitRequest, wippersnapper_i2c_v1_DPS310InitRequest, AUTO)
25+
26+
27+
PB_BIND(wippersnapper_i2c_v1_DPS310InitResponse, wippersnapper_i2c_v1_DPS310InitResponse, AUTO)
28+
29+
30+
PB_BIND(wippersnapper_i2c_v1_SHT4XInitRequest, wippersnapper_i2c_v1_SHT4XInitRequest, AUTO)
31+
32+
33+
PB_BIND(wippersnapper_i2c_v1_SHT4XInitResponse, wippersnapper_i2c_v1_SHT4XInitResponse, AUTO)
34+
35+
36+
PB_BIND(wippersnapper_i2c_v1_SCD30InitRequest, wippersnapper_i2c_v1_SCD30InitRequest, AUTO)
37+
38+
39+
PB_BIND(wippersnapper_i2c_v1_SCD30InitResponse, wippersnapper_i2c_v1_SCD30InitResponse, AUTO)
40+
41+
42+
PB_BIND(wippersnapper_i2c_v1_SCD30ReadEvent, wippersnapper_i2c_v1_SCD30ReadEvent, AUTO)
43+
44+
45+
PB_BIND(wippersnapper_i2c_v1_BH1750InitRequest, wippersnapper_i2c_v1_BH1750InitRequest, AUTO)
46+
47+
48+
PB_BIND(wippersnapper_i2c_v1_BH1750InitResponse, wippersnapper_i2c_v1_BH1750InitResponse, AUTO)
49+
50+
51+
PB_BIND(wippersnapper_i2c_v1_BH1750ReadEvent, wippersnapper_i2c_v1_BH1750ReadEvent, AUTO)
52+
53+
54+
PB_BIND(wippersnapper_i2c_v1_SensorDetails, wippersnapper_i2c_v1_SensorDetails, AUTO)
55+
56+
57+
PB_BIND(wippersnapper_i2c_v1_SensorEvent, wippersnapper_i2c_v1_SensorEvent, AUTO)
58+
59+
60+
61+
62+
63+

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

Lines changed: 456 additions & 0 deletions
Large diffs are not rendered by default.

src/wippersnapper/location/v1/location.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 Tue Jul 13 16:13:23 2021. */
2+
/* Generated by nanopb-0.4.5-dev at Thu Jul 15 15:07:04 2021. */
33

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

src/wippersnapper/location/v1/location.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 Tue Jul 13 16:13:23 2021. */
2+
/* Generated by nanopb-0.4.5-dev at Thu Jul 15 15:07:04 2021. */
33

44
#ifndef PB_WIPPERSNAPPER_LOCATION_V1_WIPPERSNAPPER_LOCATION_V1_LOCATION_PB_H_INCLUDED
55
#define PB_WIPPERSNAPPER_LOCATION_V1_WIPPERSNAPPER_LOCATION_V1_LOCATION_PB_H_INCLUDED

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 Tue Jul 13 16:13:23 2021. */
2+
/* Generated by nanopb-0.4.5-dev at Thu Jul 15 15:07:04 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 Tue Jul 13 16:13:23 2021. */
2+
/* Generated by nanopb-0.4.5-dev at Thu Jul 15 15:07:04 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/pixel/v1/pixel.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 Tue Jul 13 16:13:23 2021. */
2+
/* Generated by nanopb-0.4.5-dev at Thu Jul 15 15:07:04 2021. */
33

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

src/wippersnapper/pixel/v1/pixel.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 Tue Jul 13 16:13:23 2021. */
2+
/* Generated by nanopb-0.4.5-dev at Thu Jul 15 15:07:04 2021. */
33

44
#ifndef PB_WIPPERSNAPPER_PIXEL_V1_WIPPERSNAPPER_PIXEL_V1_PIXEL_PB_H_INCLUDED
55
#define PB_WIPPERSNAPPER_PIXEL_V1_WIPPERSNAPPER_PIXEL_V1_PIXEL_PB_H_INCLUDED

0 commit comments

Comments
 (0)