Skip to content

Commit 52d0fcf

Browse files
authored
Update README.md
1 parent 803e7c0 commit 52d0fcf

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@ The muCom protocol does not define master or slave ECUs. Both act as equal partn
1515
##### Benchmark results #####
1616
| Function | Execution time in us |
1717
| --- | --- |
18-
| writeByte(): | 42 |
19-
| writeShort(): | 62 |
20-
| writeLong(): | 99 |
21-
| writeLongLong(): | 165 |
22-
| writeFloat(): | 100 |
23-
| readByte(): | 312 |
24-
| readShort(): | 415 |
25-
| readLong(): | 533 |
26-
| readLongLong(): | 771 |
27-
| readFloat(): | 533 |
28-
| invokeFunction(): | 41 |
18+
| writeByte() | 42 |
19+
| writeShort() | 62 |
20+
| writeLong() | 99 |
21+
| writeLongLong() | 165 |
22+
| writeFloat() | 100 |
23+
| readByte() | 312 |
24+
| readShort() | 415 |
25+
| readLong() | 533 |
26+
| readLongLong() | 771 |
27+
| readFloat() | 533 |
28+
| invokeFunction() | 41 |
2929

3030
Executed on an Atmega328p with a 250000kBaud serial interface in loopback mode.
3131

0 commit comments

Comments
 (0)