Vangstrom.LESourceLittle endian parsers
int16 i accept two bytes that match the two lower order bytes of i and returns unit.
int32 i accept four bytes that match the four bytes of i and returns unit.
int32 i accept eight bytes that match the eight bytes of i and returns unit.
any_intN reads N bits and interprets them as little endian signed integers.
uint16 reads 16 bits and interprets them as a little endian unsigned integer.
any_float reads 32 bits and interprets them as a little endian floating point value.