Skip to content

Commit c3c82fe

Browse files
authored
Update README.md
1 parent 7f0bc32 commit c3c82fe

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

README.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,20 +41,23 @@ Further detail around some tests I did comparing the BULK, ie. standard data tra
4141
Keep number of iterations made = Test result
4242
Write ADC read to Serial.print in:
4343

44-
-package of 2 bytes (serial.print)
45-
-package of 52 bytes (serial.print)
46-
-package of 1023 bytes (isochronous)
47-
-no writing
44+
-package of 2 bytes (serial.print)
45+
46+
-package of 52 bytes (serial.print)
47+
48+
-package of 1023 bytes (isochronous)
49+
50+
-no writing
4851

49-
-Test results:
52+
Test results:
5053

51-
-2 bytes: 33 000 iterations
54+
-2 bytes: 33 000 iterations
5255

53-
-52 bytes: 30 000 iterations
56+
-52 bytes: 30 000 iterations
5457

55-
-1023 bytes: 1 293 000 iterations
58+
-1023 bytes: 1 293 000 iterations
5659

57-
-no writing: 1 318 000 iterations
60+
-no writing: 1 318 000 iterations
5861

5962

6063

0 commit comments

Comments
 (0)