We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5a91894 + 461a7ea commit 8dae125Copy full SHA for 8dae125
4 files changed
src/sfTk/sfDevXM125Core.cpp
@@ -31,6 +31,9 @@ sfTkError_t sfDevXM125Core::begin(sfTkII2C *theBus)
31
// Sets communication bus
32
_theBus = theBus;
33
34
+ // set the byte order to BIG Endian - the sensor works with Big E
35
+ _theBus->setByteOrder(sfTkByteOrder::BigEndian);
36
+
37
// return the value of ping
38
return theBus->ping();
39
}
0 commit comments