mirror of
https://github.com/OpenLogics/MewtocolNet.git
synced 2025-12-06 03:01:24 +00:00
Added performance improvements for cyclic polling by using single frame building of multiple registers
- cleaned and refactored codebase
This commit is contained in:
@@ -43,7 +43,7 @@ namespace MewtocolTests {
|
||||
|
||||
}
|
||||
|
||||
[Fact(DisplayName = nameof(MewtocolHelpers.ToHexASCIIBytes))]
|
||||
[Fact(DisplayName = nameof(MewtocolHelpers.BytesFromHexASCIIString))]
|
||||
public void ToHexASCIIBytesGeneration() {
|
||||
|
||||
string test = "Hello, world!";
|
||||
@@ -62,7 +62,7 @@ namespace MewtocolTests {
|
||||
0x4C,
|
||||
0x44,
|
||||
0x21
|
||||
}, test.ToHexASCIIBytes());
|
||||
}, test.BytesFromHexASCIIString());
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user