We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 262f58e commit f39dccdCopy full SHA for f39dccd
src/protos/i2c.pb.h
@@ -53,13 +53,6 @@ typedef struct _wippersnapper_i2c_I2cBusDescriptor {
53
char i2c_bus_scl[15]; /* * SCL pin for an i2c bus.* */
54
} wippersnapper_i2c_I2cBusDescriptor;
55
56
-/* *
57
- I2cBusScan represents a command for a device to perform an i2c scan. */
58
-typedef struct _wippersnapper_i2c_I2cBusDescriptor {
59
- char i2c_bus_sda[15]; /* * SDA pin for an i2c bus.* */
60
- char i2c_bus_scl[15]; /* * SCL pin for an i2c bus.* */
61
-} wippersnapper_i2c_I2cBusDescriptor;
62
-
63
/* *
64
I2cBusScan represents a command for a device to perform an i2c scan. */
65
typedef struct _wippersnapper_i2c_I2cBusScan {
0 commit comments