Add functions to retrieve floats, uint8, uint16, int8, int16

Issue #316 resolved
Paolo Brandoli repo owner created an issue

Currently only getSignedLong and getUnsignedLong are present: those functions convert int8, int16, uint8 and uint16 to long or unsigned long. Additionally, getDouble() converts floats to double before returning the value.

Add functions that return directly int8, int16, uint8 and uint16 and float.

Rename (alias) getSignedLong and getUnsignedLong to getInt32 and getUint32.

Comments (12)

  1. Log in to comment