Skip to content

Commit

Permalink
Merge pull request #449 from adafruit/protobuf-update-560b9786f11a90e…
Browse files Browse the repository at this point in the history
…fe8f2b70ae1d3270edc899464

.proto file wrappers updated
  • Loading branch information
brentru authored Jul 14, 2023
2 parents c22bc35 + c7af084 commit 7437a5b
Show file tree
Hide file tree
Showing 16 changed files with 20 additions and 19 deletions.
2 changes: 1 addition & 1 deletion src/wippersnapper/description/v1/description.pb.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Automatically generated nanopb constant definitions */
/* Generated by nanopb-0.4.5-dev at Wed Jan 18 20:00:42 2023. */
/* Generated by nanopb-0.4.5-dev at Fri Jul 14 15:58:44 2023. */

#include "wippersnapper/description/v1/description.pb.h"
#if PB_PROTO_HEADER_VERSION != 40
Expand Down
2 changes: 1 addition & 1 deletion src/wippersnapper/description/v1/description.pb.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Automatically generated nanopb header */
/* Generated by nanopb-0.4.5-dev at Wed Jan 18 20:00:42 2023. */
/* Generated by nanopb-0.4.5-dev at Fri Jul 14 15:58:44 2023. */

#ifndef PB_WIPPERSNAPPER_DESCRIPTION_V1_WIPPERSNAPPER_DESCRIPTION_V1_DESCRIPTION_PB_H_INCLUDED
#define PB_WIPPERSNAPPER_DESCRIPTION_V1_WIPPERSNAPPER_DESCRIPTION_V1_DESCRIPTION_PB_H_INCLUDED
Expand Down
2 changes: 1 addition & 1 deletion src/wippersnapper/ds18x20/v1/ds18x20.pb.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Automatically generated nanopb constant definitions */
/* Generated by nanopb-0.4.5-dev at Wed Jan 18 20:00:42 2023. */
/* Generated by nanopb-0.4.5-dev at Fri Jul 14 15:58:44 2023. */

#include "wippersnapper/ds18x20/v1/ds18x20.pb.h"
#if PB_PROTO_HEADER_VERSION != 40
Expand Down
2 changes: 1 addition & 1 deletion src/wippersnapper/ds18x20/v1/ds18x20.pb.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Automatically generated nanopb header */
/* Generated by nanopb-0.4.5-dev at Wed Jan 18 20:00:42 2023. */
/* Generated by nanopb-0.4.5-dev at Fri Jul 14 15:58:44 2023. */

#ifndef PB_WIPPERSNAPPER_DS18X20_V1_WIPPERSNAPPER_DS18X20_V1_DS18X20_PB_H_INCLUDED
#define PB_WIPPERSNAPPER_DS18X20_V1_WIPPERSNAPPER_DS18X20_V1_DS18X20_PB_H_INCLUDED
Expand Down
2 changes: 1 addition & 1 deletion src/wippersnapper/i2c/v1/i2c.pb.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Automatically generated nanopb constant definitions */
/* Generated by nanopb-0.4.5-dev at Wed Jan 18 20:00:42 2023. */
/* Generated by nanopb-0.4.5-dev at Fri Jul 14 15:58:44 2023. */

#include "wippersnapper/i2c/v1/i2c.pb.h"
#if PB_PROTO_HEADER_VERSION != 40
Expand Down
9 changes: 5 additions & 4 deletions src/wippersnapper/i2c/v1/i2c.pb.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Automatically generated nanopb header */
/* Generated by nanopb-0.4.5-dev at Wed Jan 18 20:00:42 2023. */
/* Generated by nanopb-0.4.5-dev at Fri Jul 14 15:58:44 2023. */

#ifndef PB_WIPPERSNAPPER_I2C_V1_WIPPERSNAPPER_I2C_V1_I2C_PB_H_INCLUDED
#define PB_WIPPERSNAPPER_I2C_V1_WIPPERSNAPPER_I2C_V1_I2C_PB_H_INCLUDED
Expand Down Expand Up @@ -56,7 +56,8 @@ typedef enum _wippersnapper_i2c_v1_SensorType {
wippersnapper_i2c_v1_SensorType_SENSOR_TYPE_AMBIENT_TEMPERATURE_FAHRENHEIT = 31,
wippersnapper_i2c_v1_SensorType_SENSOR_TYPE_OBJECT_TEMPERATURE_FAHRENHEIT = 32,
wippersnapper_i2c_v1_SensorType_SENSOR_TYPE_VOC_INDEX = 33,
wippersnapper_i2c_v1_SensorType_SENSOR_TYPE_NOX_INDEX = 34
wippersnapper_i2c_v1_SensorType_SENSOR_TYPE_NOX_INDEX = 34,
wippersnapper_i2c_v1_SensorType_SENSOR_TYPE_TVOC = 35
} wippersnapper_i2c_v1_SensorType;

/* Struct definitions */
Expand Down Expand Up @@ -153,8 +154,8 @@ typedef struct _wippersnapper_i2c_v1_I2CDeviceUpdateRequest {
#define _wippersnapper_i2c_v1_BusResponse_ARRAYSIZE ((wippersnapper_i2c_v1_BusResponse)(wippersnapper_i2c_v1_BusResponse_BUS_RESPONSE_DEVICE_DEINIT_FAIL+1))

#define _wippersnapper_i2c_v1_SensorType_MIN wippersnapper_i2c_v1_SensorType_SENSOR_TYPE_UNSPECIFIED
#define _wippersnapper_i2c_v1_SensorType_MAX wippersnapper_i2c_v1_SensorType_SENSOR_TYPE_NOX_INDEX
#define _wippersnapper_i2c_v1_SensorType_ARRAYSIZE ((wippersnapper_i2c_v1_SensorType)(wippersnapper_i2c_v1_SensorType_SENSOR_TYPE_NOX_INDEX+1))
#define _wippersnapper_i2c_v1_SensorType_MAX wippersnapper_i2c_v1_SensorType_SENSOR_TYPE_TVOC
#define _wippersnapper_i2c_v1_SensorType_ARRAYSIZE ((wippersnapper_i2c_v1_SensorType)(wippersnapper_i2c_v1_SensorType_SENSOR_TYPE_TVOC+1))


#ifdef __cplusplus
Expand Down
2 changes: 1 addition & 1 deletion src/wippersnapper/pin/v1/pin.pb.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Automatically generated nanopb constant definitions */
/* Generated by nanopb-0.4.5-dev at Wed Jan 18 20:00:42 2023. */
/* Generated by nanopb-0.4.5-dev at Fri Jul 14 15:58:44 2023. */

#include "wippersnapper/pin/v1/pin.pb.h"
#if PB_PROTO_HEADER_VERSION != 40
Expand Down
2 changes: 1 addition & 1 deletion src/wippersnapper/pin/v1/pin.pb.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Automatically generated nanopb header */
/* Generated by nanopb-0.4.5-dev at Wed Jan 18 20:00:42 2023. */
/* Generated by nanopb-0.4.5-dev at Fri Jul 14 15:58:44 2023. */

#ifndef PB_WIPPERSNAPPER_PIN_V1_WIPPERSNAPPER_PIN_V1_PIN_PB_H_INCLUDED
#define PB_WIPPERSNAPPER_PIN_V1_WIPPERSNAPPER_PIN_V1_PIN_PB_H_INCLUDED
Expand Down
2 changes: 1 addition & 1 deletion src/wippersnapper/pixels/v1/pixels.pb.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Automatically generated nanopb constant definitions */
/* Generated by nanopb-0.4.5-dev at Wed Jan 18 20:00:42 2023. */
/* Generated by nanopb-0.4.5-dev at Fri Jul 14 15:58:44 2023. */

#include "wippersnapper/pixels/v1/pixels.pb.h"
#if PB_PROTO_HEADER_VERSION != 40
Expand Down
2 changes: 1 addition & 1 deletion src/wippersnapper/pixels/v1/pixels.pb.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Automatically generated nanopb header */
/* Generated by nanopb-0.4.5-dev at Wed Jan 18 20:00:42 2023. */
/* Generated by nanopb-0.4.5-dev at Fri Jul 14 15:58:44 2023. */

#ifndef PB_WIPPERSNAPPER_PIXELS_V1_WIPPERSNAPPER_PIXELS_V1_PIXELS_PB_H_INCLUDED
#define PB_WIPPERSNAPPER_PIXELS_V1_WIPPERSNAPPER_PIXELS_V1_PIXELS_PB_H_INCLUDED
Expand Down
2 changes: 1 addition & 1 deletion src/wippersnapper/pwm/v1/pwm.pb.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Automatically generated nanopb constant definitions */
/* Generated by nanopb-0.4.5-dev at Wed Jan 18 20:00:42 2023. */
/* Generated by nanopb-0.4.5-dev at Fri Jul 14 15:58:44 2023. */

#include "wippersnapper/pwm/v1/pwm.pb.h"
#if PB_PROTO_HEADER_VERSION != 40
Expand Down
2 changes: 1 addition & 1 deletion src/wippersnapper/pwm/v1/pwm.pb.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Automatically generated nanopb header */
/* Generated by nanopb-0.4.5-dev at Wed Jan 18 20:00:42 2023. */
/* Generated by nanopb-0.4.5-dev at Fri Jul 14 15:58:44 2023. */

#ifndef PB_WIPPERSNAPPER_PWM_V1_WIPPERSNAPPER_PWM_V1_PWM_PB_H_INCLUDED
#define PB_WIPPERSNAPPER_PWM_V1_WIPPERSNAPPER_PWM_V1_PWM_PB_H_INCLUDED
Expand Down
2 changes: 1 addition & 1 deletion src/wippersnapper/servo/v1/servo.pb.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Automatically generated nanopb constant definitions */
/* Generated by nanopb-0.4.5-dev at Wed Jan 18 20:00:42 2023. */
/* Generated by nanopb-0.4.5-dev at Fri Jul 14 15:58:44 2023. */

#include "wippersnapper/servo/v1/servo.pb.h"
#if PB_PROTO_HEADER_VERSION != 40
Expand Down
2 changes: 1 addition & 1 deletion src/wippersnapper/servo/v1/servo.pb.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Automatically generated nanopb header */
/* Generated by nanopb-0.4.5-dev at Wed Jan 18 20:00:42 2023. */
/* Generated by nanopb-0.4.5-dev at Fri Jul 14 15:58:44 2023. */

#ifndef PB_WIPPERSNAPPER_SERVO_V1_WIPPERSNAPPER_SERVO_V1_SERVO_PB_H_INCLUDED
#define PB_WIPPERSNAPPER_SERVO_V1_WIPPERSNAPPER_SERVO_V1_SERVO_PB_H_INCLUDED
Expand Down
2 changes: 1 addition & 1 deletion src/wippersnapper/signal/v1/signal.pb.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Automatically generated nanopb constant definitions */
/* Generated by nanopb-0.4.5-dev at Wed Jan 18 20:00:42 2023. */
/* Generated by nanopb-0.4.5-dev at Fri Jul 14 15:58:44 2023. */

#include "wippersnapper/signal/v1/signal.pb.h"
#if PB_PROTO_HEADER_VERSION != 40
Expand Down
2 changes: 1 addition & 1 deletion src/wippersnapper/signal/v1/signal.pb.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Automatically generated nanopb header */
/* Generated by nanopb-0.4.5-dev at Wed Jan 18 20:00:42 2023. */
/* Generated by nanopb-0.4.5-dev at Fri Jul 14 15:58:44 2023. */

#ifndef PB_WIPPERSNAPPER_SIGNAL_V1_WIPPERSNAPPER_SIGNAL_V1_SIGNAL_PB_H_INCLUDED
#define PB_WIPPERSNAPPER_SIGNAL_V1_WIPPERSNAPPER_SIGNAL_V1_SIGNAL_PB_H_INCLUDED
Expand Down

0 comments on commit 7437a5b

Please sign in to comment.