nilspodlib.utils.convert_little_endian#

nilspodlib.utils.convert_little_endian(byte_list: ~numpy.ndarray, dtype: ~typing.Any = <class 'int'>) ndarray[source]#

Convert a little endian bytestring into a readable format.

Parameters:
byte_list

The array of bytes

dtype

The datatype, the final value should be converted to.