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 657c246 commit 0b6f6f3Copy full SHA for 0b6f6f3
src/sfeQwiicOtos.h
@@ -5,7 +5,7 @@
5
#include <stdint.h>
6
7
// Default I2C addresses of the Qwiic OTOS
8
-const uint8_t kOtosDefaultAddress = 0x19;
+const uint8_t kOtosDefaultAddress = 0x17;
9
10
// OTOS register map
11
const uint8_t kOtosRegProductId = 0x00;
0 commit comments