Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions libraries/CurieIMU/examples/Accelerometer/Accelerometer.ino
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@ void loop() {
Serial.print("\t");
Serial.print(az);
Serial.println();

// wait 5 seconds
delay(5000);
}

float convertRawAcceleration(int aRaw) {
Expand Down
3 changes: 0 additions & 3 deletions libraries/CurieIMU/examples/Gyro/Gyro.ino
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@ void loop() {
Serial.print("\t");
Serial.print(gz);
Serial.println();

// wait 5 seconds
delay(5000);
}

float convertRawGyro(int gRaw) {
Expand Down