altoslib: Improve performance of AltosLib.hexbytes
authorKeith Packard <keithp@keithp.com>
Mon, 18 Aug 2014 03:53:31 +0000 (20:53 -0700)
committerKeith Packard <keithp@keithp.com>
Mon, 18 Aug 2014 03:53:31 +0000 (20:53 -0700)
commitef1dd370564b99da033109f2fb5f7bf29711a13f
tree955ceba539137284f7293edd98b45b6e5714abc3
parentee9f68ec877e3e5a67179f8c8abafbccc80eb804
altoslib: Improve performance of AltosLib.hexbytes

On an android device, this function was spending quite a bit of time
calling hexbyte. Open code the conversion to improve performance.

Signed-off-by: Keith Packard <keithp@keithp.com>
altoslib/AltosLib.java