Ported Kaifa class to Arduino. Reading list ID and time...

This commit is contained in:
Roar Fredriksen
2017-09-22 00:46:26 +02:00
parent 853c88a395
commit 00f34f00ff
5 changed files with 101 additions and 4 deletions

View File

@@ -15,7 +15,7 @@ namespace HanDebugger
public const byte List2 = 0x0D;
public const byte List3 = 0x12;
public static byte GetPackageID(byte[] package, int start, int length)
public static byte GetListID(byte[] package, int start, int length)
{
switch (package[start + 23])
{