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 e6c7bd2 commit f8856bbCopy full SHA for f8856bb
lib/pbio/include/pbio/iodev.h
@@ -273,7 +273,7 @@ enum {
273
PBIO_IODEV_MODE_PUP_WEDO2_TILT_SENSOR__ANGLE = 0, // read 2x int8_t
274
PBIO_IODEV_MODE_PUP_WEDO2_TILT_SENSOR__DIR = 1, // read 1x int8_t
275
PBIO_IODEV_MODE_PUP_WEDO2_TILT_SENSOR__CNT = 2, // read 3x int8_t
276
- PBIO_IODEV_MODE_PUP_WEDO2_TILT_SENSOR__CAL = 2, // read 3x int8_t
+ PBIO_IODEV_MODE_PUP_WEDO2_TILT_SENSOR__CAL = 3, // read 3x int8_t
277
};
278
279
/**
0 commit comments