Skip to content

Commit 1aaa6e1

Browse files
Update lib props, examples
Added dependency in library.properties - Sparkfun LSM6DS3 Breakout Examples: After change of IMU, method beat is missing. Deleted from examples.
1 parent 4f06567 commit 1aaa6e1

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
lines changed

examples/RoboHeartBegin/RoboHeartBegin.ino

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,4 @@ void setup() {
1717
}
1818

1919
void loop() {
20-
// Give computing time to the RoboHeart
21-
heart.beat();
2220
}

examples/RoboHeartLED/RoboHeartLED.ino

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@ void toggleLED() {
3838
}
3939

4040
void loop() {
41-
// Give computing time to the RoboHeart
42-
heart.beat();
43-
4441
// LED indicator
4542
toggleLED();
4643
delay(500);

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ paragraph=The RoboHeart library is compatible with the RoboHeart hardware platfo
77
category=Communication
88
url=https://github.com/Augmented-Robotics/roboheart-arduino-library
99
architectures=*
10-
depends=TinyGSM,PubSubClient,Arduino_JSON,MPU6050_light
10+
depends=TinyGSM,PubSubClient,Arduino_JSON,MPU6050_light,SparkFun LSM6DS3 Breakout

0 commit comments

Comments
 (0)