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 7916e7c commit b8e0549Copy full SHA for b8e0549
RoboHeart.h
@@ -27,7 +27,7 @@
27
#define MOTOR_C_CHANNEL1 4
28
#define MOTOR_C_CHANNEL2 5
29
30
-#define LSM6DS3_I2C_ADDR 0x6B // or 0x6A - Address is defined in Library
+#define LSM6DS3_I2C_ADDR 0x6A // or 0x6B - Address is defined in Library
31
32
typedef struct {
33
int command;
library.properties
@@ -1,5 +1,5 @@
1
name=RoboHeart
2
-version=2.0.2
+version=2.0.3
3
author=Augmented Robotics
4
maintainer=Augmented Robotics <[email protected]>
5
sentence=Arduino library for the RoboHeart
0 commit comments