Skip to content

Commit 2eb99d1

Browse files
agdlcalvinatintel
authored andcommitted
Removed delay from examples as requested by Tom
1 parent 38a508e commit 2eb99d1

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

libraries/CurieIMU/examples/Accelerometer/Accelerometer.ino

-3
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,6 @@ void loop() {
5656
Serial.print("\t");
5757
Serial.print(az);
5858
Serial.println();
59-
60-
// wait 5 seconds
61-
delay(5000);
6259
}
6360

6461
float convertRawAcceleration(int aRaw) {

libraries/CurieIMU/examples/Gyro/Gyro.ino

-3
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,6 @@ void loop() {
5656
Serial.print("\t");
5757
Serial.print(gz);
5858
Serial.println();
59-
60-
// wait 5 seconds
61-
delay(5000);
6259
}
6360

6461
float convertRawGyro(int gRaw) {

0 commit comments

Comments
 (0)