that looks like signed byte, i.e., -127 to +127 range, stored in "two's complement" binary form
I think the corresponding bitwise type is "i8"
i8 foo; /* Signed 8-bit value */
From: Jim Unroe <rock.unroe@gmail.com>
To: chirp_devel@intrepid.danplanet.com
Sent: Monday, December 23, 2013 6:19 PM
Subject: [chirp_devel] Request help with RIT programming