Skip to content

Commit 34ea2ba

Browse files
committed
Fix: Real sample time was in fact 200 seconds, not 20 (comment/reality mismatch).
Real sampletime is now 20 seconds.
1 parent e7d0fac commit 34ea2ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Braccio_Learn_and_Repeat/Braccio_Learn_and_Repeat.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ enum states {
1616

1717
int state = ZERO_POSITION;
1818

19-
static int const MAX_SAMPLES = 6*1000*2; /* 20 seconds. */
19+
static int const MAX_SAMPLES = 6*100*2; /* 20 seconds. */
2020

2121
float values[MAX_SAMPLES];
2222
float* idx = values;

0 commit comments

Comments
 (0)