Skip to content

Commit 41da853

Browse files
authored
Update README.md
1 parent 49324d5 commit 41da853

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ On WinUSB api for windows receiving end:
3636

3737
Further detail around some tests I did comparing the BULK, ie. standard data transfer using Serial.print and Isochronous datatransfer.
3838
1. Test description:
39-
-Run iterative ADC reads for 5 seconds (using RTC clock).
39+
-Run iterative ADC reads for 5 seconds (using RTC clock).
4040

41-
-Keep number of iterations made = Test result
41+
-Keep number of iterations made = Test result
4242

43-
-Write ADC read to Serial.print in
43+
-Write ADC read to Serial.print in
4444

4545
-package of 2 bytes (serial.print)
4646

@@ -52,13 +52,13 @@ Further detail around some tests I did comparing the BULK, ie. standard data tra
5252

5353
-Test results:
5454

55-
-2 bytes: 33 000 iterations
55+
-2 bytes: 33 000 iterations
5656

57-
-52 bytes: 30 000 iterations
57+
-52 bytes: 30 000 iterations
5858

59-
-1023 bytes: 1 293 000 iterations
59+
-1023 bytes: 1 293 000 iterations
6060

61-
-no writing: 1 318 000 iterations
61+
-no writing: 1 318 000 iterations
6262

6363

6464

0 commit comments

Comments
 (0)