Skip to content

Commit ffe867a

Browse files
committed
remove unused variables
-these were left over from some initial testing
1 parent 92d6dbb commit ffe867a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

examples/Example_11_RawReadings/Example_11_RawReadings.ino

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,6 @@ int16_t mx;
7878
int16_t my;
7979
int16_t mz;
8080

81-
unsigned long previousMicros = 0;
82-
8381
unsigned long previousDebugMillis = 0;
8482
#define DEBUG_INTERVAL_MILLISECONDS 30
8583

@@ -157,8 +155,6 @@ void setReports(void) {
157155
}
158156

159157
void loop() {
160-
unsigned long currentMicros = micros();
161-
162158
delayMicroseconds(10);
163159

164160
if (myIMU.wasReset()) {

0 commit comments

Comments
 (0)