Added features to Hologram hardware - Fixes #63 and #67

This commit is contained in:
simon
2017-12-30 11:03:09 -05:00
parent fe0be03ab8
commit 70a55dce59
3 changed files with 24 additions and 5 deletions

View File

@@ -42,7 +42,7 @@ public class Util {
}
public static String toHex(int a) {
return String.format("%04X ", uShort(a));
return String.format("%04X ", a);
}
public static String toHex(byte[] byteArray) {